diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-16 08:15:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-16 08:15:16 +0200 |
commit | 222e7e7f5cd64fcb2cf7f2d65e03a2f57982ce74 (patch) | |
tree | 803ec91bfa490ffc9891c602791d2b50eb4929bc | |
parent | 668141bba74248d25a4ecc54d2d201ed2e653e3d (diff) |
Minor documentation tweak
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index c1cfb1e..dc9ba82 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -3396,7 +3396,7 @@ x = (a == b) # eval context x = {foo bar} # name generation x = [null] # attributes x = name@value # pairs -x = # comments +x = # start of a comment \ The complete set of syntax characters is \c{$(){\}[]@#} plus space and tab. |