diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2014-09-24 18:07:13 +0200 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2014-09-29 21:54:31 +0200 |
commit | 7eeda1b1ffd93311965aa431ea64f0fb38e3b34d (patch) | |
tree | 6d4607dc781afc78d46f4d51ecaa2dda9be5a5fb | |
parent | 0d89b6c4b3583a4d085183f3aad13be68cc2f5e0 (diff) |
typo
-rw-r--r-- | doc/refman/RefMan-ext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex index f6baa4455..f71f99e76 100644 --- a/doc/refman/RefMan-ext.tex +++ b/doc/refman/RefMan-ext.tex @@ -1765,7 +1765,7 @@ the generalized variables. Inside implicit generalization delimiters, free variables in the current context are automatically quantified using a product or a lambda abstraction to generate a closed term. In the following statement for example, the variables \texttt{n} -and \texttt{m} are autamatically generalized and become explicit +and \texttt{m} are automatically generalized and become explicit arguments of the lemma as we are using \verb|`( )|: \begin{coq_example} |