diff options
| author | Jason Gross | 2014-08-12 11:03:05 -0400 |
|---|---|---|
| committer | Pierre Boutillier | 2014-08-25 15:22:40 +0200 |
| commit | 876b1b39a0304c93c2511ca8dd34353413e91c9d (patch) | |
| tree | 348c5630f0b35edf53fe4010587b61e615df03af /theories/Numbers | |
| parent | a061b4d11fc681182b5bb946aa84d17d0b812225 (diff) | |
instanciation is French, instantiation is English
Diffstat (limited to 'theories/Numbers')
| -rw-r--r-- | theories/Numbers/Rational/SpecViaQ/QSig.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Rational/SpecViaQ/QSig.v b/theories/Numbers/Rational/SpecViaQ/QSig.v index e199c7135f..21d714ea13 100644 --- a/theories/Numbers/Rational/SpecViaQ/QSig.v +++ b/theories/Numbers/Rational/SpecViaQ/QSig.v @@ -104,7 +104,7 @@ Ltac qify := unfold eq, lt, le in *; autorewrite with qsimpl; try rewrite spec_0 in *; try rewrite spec_1 in *; try rewrite spec_m1 in *. (** NB: do not add [spec_0] in the autorewrite database. Otherwise, - after instanciation in BigQ, this lemma become convertible to 0=0, + after instantiation in BigQ, this lemma become convertible to 0=0, and autorewrite loops. Idem for [spec_1] and [spec_m1] *) (** Morphisms *) |
