aboutsummaryrefslogtreecommitdiff
path: root/docs/RATIONALE.adoc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-10-05 15:30:40 +0200
committerGitHub <noreply@github.com>2020-10-05 06:30:40 -0700
commit206de0ad6f338c7e375885443836fbb44853550b (patch)
treeca5945a5c421462af72c96ce66a9b879224231c0 /docs/RATIONALE.adoc
parent4f5e11c391c4a8f1b2731aee5ad47bc0c925042a (diff)
downloadnng-206de0ad6f338c7e375885443836fbb44853550b.tar.gz
nng-206de0ad6f338c7e375885443836fbb44853550b.tar.bz2
nng-206de0ad6f338c7e375885443836fbb44853550b.zip
added missing backquote (#1299)
This is also missing in https://nng.nanomsg.org/RATIONALE.html, which seems to be a newer/extended version of this document
Diffstat (limited to 'docs/RATIONALE.adoc')
-rw-r--r--docs/RATIONALE.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RATIONALE.adoc b/docs/RATIONALE.adoc
index 93013485..b78a5b16 100644
--- a/docs/RATIONALE.adoc
+++ b/docs/RATIONALE.adoc
@@ -165,7 +165,7 @@ As a C programmer coming from UNIX systems, this really attracted me.
The problem is that the POSIX APIs are actually really horrible. In
particular the semantics around `cmsg` are about as arcane and painful as
-one can imagine. Largely, this has meant that extensions to the `cmsg
+one can imagine. Largely, this has meant that extensions to the `cmsg`
API simply have not occurred in _nanomsg_.
The `cmsg` API specified by POSIX is as bad as it is because POSIX had