diff options
| author | Théo Zimmermann | 2017-05-01 17:48:57 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-05-01 17:48:57 +0200 |
| commit | d0252cac3167ef1e5cd26c1b9b40aea06d343413 (patch) | |
| tree | 9748fb6a7260592a1e0baca9da37c22d400ee51d /kernel/constr.mli | |
| parent | 5365971dfdf4136586527aa4f4c85fbfebeee0bd (diff) | |
More consistent writing of 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 d90afea8f2..e0954160f9 100644 --- a/kernel/constr.mli +++ b/kernel/constr.mli @@ -70,7 +70,7 @@ type types = constr (** {6 Term constructors. } *) -(** Constructs a DeBruijn index (DB indices begin at 1) *) +(** Constructs a de Bruijn index (DB indices begin at 1) *) val mkRel : int -> constr (** Constructs a Variable *) |
