diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-05-16 15:29:14 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-05-16 15:29:14 +0200 |
commit | 87f6a1684911bbd884d3f437d1d6cc5bf6f1de8f (patch) | |
tree | 165bf68604632abba702b07045e857d62f9380fb | |
parent | b161ad97fdc01ac8816341a089365657cebc6d2b (diff) | |
parent | e560bee8dedb971ee132742109ac27ecddb55975 (diff) |
Merge pull request #170 from relrod/patch-1
Fix a really small doc typo
-rw-r--r-- | doc/refman/RefMan-syn.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-syn.tex b/doc/refman/RefMan-syn.tex index 3af72db78..1f08b6a2f 100644 --- a/doc/refman/RefMan-syn.tex +++ b/doc/refman/RefMan-syn.tex @@ -358,7 +358,7 @@ state of {\Coq}. Reserved Notation "x = y" (at level 70, no associativity). \end{coq_example} -Reserving a notation is also useful for simultaneously defined an +Reserving a notation is also useful for simultaneously defining an inductive type or a recursive constant and a notation for it. \Rem The notations mentioned on Figure~\ref{init-notations} are |