aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-01 14:38:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-01 14:38:36 +0200
commitb465f2a1068037f34f0954c34bbf3605690e9f41 (patch)
tree8d74ee8ddedda720185d8277456d598e1436ffda /doc/manual.cli
parent0e1a28e47753f2b4b4d299fa0b3c3ac80c05dc76 (diff)
Minor documentation fixes
Diffstat (limited to 'doc/manual.cli')
-rw-r--r--doc/manual.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 5ba9d32..76dfbae 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -3698,9 +3698,9 @@ switch $cxx.target.class, $cxx.target.system
}
\
-Each pattern in the pattern expression can be optionally followed by one or
-more alternative patterns separated by a vertical bar (\c{|}). Only one of the
-alternatives need to match in order for the whole pattern expression to be
+The first pattern in the pattern expression can be optionally followed by one
+or more alternative patterns separated by a vertical bar (\c{|}). Only one of
+the alternatives need to match in order for the whole pattern expression to be
considered as matching. For example:
\
@@ -3711,7 +3711,7 @@ switch $cxx.id
}
\
-Each value in the value expression can be optionally followed by a colon
+The value in the value expression can be optionally followed by a colon
(\c{:}) and a \i{match function}. If the match function is not specified, then
equality is used by default. For example: