diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-ind.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-ind.tex b/doc/refman/RefMan-ind.tex index 0d5017f8ba..ecb872b0e8 100644 --- a/doc/refman/RefMan-ind.tex +++ b/doc/refman/RefMan-ind.tex @@ -502,7 +502,7 @@ conjunction of their conclusions. For exemple, we can combine the induction principles for trees and forests: \begin{coq_example*} -Mutual Scheme tree_forest_mutind from tree_ind, forest_ind. +Combined Scheme tree_forest_mutind from tree_ind, forest_ind. Check tree_forest_mutind. \end{coq_example*} |
