diff options
| -rw-r--r-- | parsing/pcoq.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4 index eb1a696106..e96bd6a704 100644 --- a/parsing/pcoq.ml4 +++ b/parsing/pcoq.ml4 @@ -136,7 +136,7 @@ open Gramtypes string option * gram_assoc option * production_rule list] and [production_rule = symbol list * action] - In [single_extend_statement, first two parameters are name and + In [single_extend_statement], first two parameters are name and assoc iff a level is created *) type ext_kind = |
