aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorherbelin2008-10-20 19:11:25 +0000
committerherbelin2008-10-20 19:11:25 +0000
commit05f91178923218b864d8c921dfb557c7c13f14ca (patch)
tree106252ae90224eb41970fecea35a7c459456148b /doc
parentde1077e22c9f928edd2f78b76a75762c673abc39 (diff)
Renommage "Global Instance" en "Instance Global" pour uniformisation
de l'utilisation des modificateurs Global/Local git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11480 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/Classes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Classes.tex b/doc/refman/Classes.tex
index 2db0ab2862..986397c38d 100644
--- a/doc/refman/Classes.tex
+++ b/doc/refman/Classes.tex
@@ -284,7 +284,7 @@ An arbitrary context of the form {\tt \binder$_1$ \ldots \binder$_n$}
can be put after the name of the instance and before the colon to declare a parameterized instance.
\begin{Variants}
-\item {\tt Global Instance} One can use the \texttt{Global} modifier on
+\item {\tt Instance Global} One can use the \texttt{Global} modifier on
instances declared in a section so that their generalization is automatically
redeclared after the section is closed.