aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-23 21:58:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-23 21:58:43 +0300
commit4eaa6085c69abc6a519971045e962d8bb6969b6f (patch)
tree8bdc29bf417937a21fe7fecd8b75fedb9ff8659f /doc
parent073f4ed111b0b10dcbd81fc112f9d66e41f40fac (diff)
Use term 'introducer' instead of 'introductor'
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 86fe17f..c103cbc 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -375,7 +375,7 @@ version: 2.3.4
To disable treating of a newline as a name-value pair terminator we can escape
it with \c{\\}. Note that \c{\\} is only treated as an escape sequence when
followed by a newline and both are simply removed from the stream (as opposed
-to being replaced which a space). To enter a literal \c{\\} at the end of the
+to being replaced with a space). To enter a literal \c{\\} at the end of the
value, use the \c{\\\\} sequence. For example:
\
@@ -441,7 +441,7 @@ Second paragraph.
\
There are two reasons we don't do this: we don't want to close the door on
-empty values and we want a more explicit \"introductor\" for the multi-line
+empty values and we want a more explicit \"introducer\" for the multi-line
mode since it is quite different compared to the simple mode.|
Note that in the multi-line mode we can still use newline escaping to split