aboutsummaryrefslogtreecommitdiff
path: root/gramlib
diff options
context:
space:
mode:
authorEnrico Tassi2019-03-18 15:17:55 +0100
committerEnrico Tassi2019-03-31 14:36:28 +0200
commitf832476404a29d7791c1a6d7970988d3b2e3ad9e (patch)
treee515ca0ba5bfcd0bdab224ec387698ab4b479ea4 /gramlib
parent55e89d725cad4714d61c1201478c4b2ae786d070 (diff)
documentation
Diffstat (limited to 'gramlib')
-rw-r--r--gramlib/plexing.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/gramlib/plexing.mli b/gramlib/plexing.mli
index 48722e01be..26443df026 100644
--- a/gramlib/plexing.mli
+++ b/gramlib/plexing.mli
@@ -14,7 +14,7 @@ type pattern = string * string option
- The first string is the constructor name (must start with
an uppercase character). When it is empty, the second string
is supposed to be a keyword.
-- The second string is the constructor parameter. Empty if it
+- The second component is the constructor parameter. None if it
has no parameter (corresponding to the 'wildcard' pattern).
- The way tokens patterns are interpreted to parse tokens is done
by the lexer, function [tok_match] below. *)