aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatej Kosik2015-10-29 13:59:14 +0100
committerHugo Herbelin2015-12-10 09:35:09 +0100
commit3cebb15d999e6e26a98339ecb6fa7e62fdcf6a88 (patch)
treebd9f52380d0d6ff5c50ea93f9c8f1df80b665580
parent1372e075c52aa2dad547a42eaf9aba1f83a7abb1 (diff)
CLEANUP PROPOSITION: 'declaration' --> 'local declaration'
If, below, we speak about 'global declarations', here it makes sense to speak about 'local declaration'.
-rw-r--r--doc/refman/RefMan-cic.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-cic.tex b/doc/refman/RefMan-cic.tex
index fb6a5bff83..04df208ee2 100644
--- a/doc/refman/RefMan-cic.tex
+++ b/doc/refman/RefMan-cic.tex
@@ -228,7 +228,7 @@ a global environment and a local context.
\paragraph{Local context.}
A {\em local context} is an ordered list of
-declarations of names which we call {\em variables}.
+local declarations of names which we call {\em variables}.
The declaration of some variable $x$ is
either a local assumption, written $x:T$ ($T$ is a type) or a local definition,
written $x:=t:T$. We use brackets to write local contexts. A