From b465f2a1068037f34f0954c34bbf3605690e9f41 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Oct 2019 14:38:36 +0200 Subject: Minor documentation fixes --- doc/manual.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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: -- cgit v1.1