aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/closure.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli
index 14107f56db..4c18460396 100644
--- a/kernel/closure.mli
+++ b/kernel/closure.mli
@@ -17,7 +17,7 @@ val share : bool ref
(*s Delta implies all consts (both global (= by
- section_path) and local (= by Rel or Var)), all evars, and letin's.
+ [section_path]) and local (= by [Rel] or [Var])), all evars, and letin's.
Rem: reduction of a Rel/Var bound to a term is Delta, but reduction of
a LetIn expression is Letin reduction *)