diff options
| author | Maxime Dénès | 2017-05-02 13:48:32 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-02 13:48:32 +0200 |
| commit | 63503b99c46b27009e85e5c0fa9588b7424a589d (patch) | |
| tree | cd109f724c343e85f888736293044b91240facba /kernel/constr.mli | |
| parent | 249b19897671b95ce0a3b8aba6b24005a315bb8c (diff) | |
| parent | d0252cac3167ef1e5cd26c1b9b40aea06d343413 (diff) | |
Merge PR#596: Fix for bug 5507. Mispelt de Bruijn.
Diffstat (limited to 'kernel/constr.mli')
| -rw-r--r-- | kernel/constr.mli | 2 |
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 *) |
