aboutsummaryrefslogtreecommitdiff
path: root/kernel/constr.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-05-02 13:48:32 +0200
committerMaxime Dénès2017-05-02 13:48:32 +0200
commit63503b99c46b27009e85e5c0fa9588b7424a589d (patch)
treecd109f724c343e85f888736293044b91240facba /kernel/constr.mli
parent249b19897671b95ce0a3b8aba6b24005a315bb8c (diff)
parentd0252cac3167ef1e5cd26c1b9b40aea06d343413 (diff)
Merge PR#596: Fix for bug 5507. Mispelt de Bruijn.
Diffstat (limited to 'kernel/constr.mli')
-rw-r--r--kernel/constr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/constr.mli b/kernel/constr.mli
index 700c235e6a..e0954160f9 100644
--- a/kernel/constr.mli
+++ b/kernel/constr.mli
@@ -70,7 +70,7 @@ type types = constr
(** {6 Term constructors. } *)
-(** Constructs a DeBrujin index (DB indices begin at 1) *)
+(** Constructs a de Bruijn index (DB indices begin at 1) *)
val mkRel : int -> constr
(** Constructs a Variable *)