aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Compare.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Compare.v')
-rw-r--r--theories/Arith/Compare.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Compare.v b/theories/Arith/Compare.v
index d0075d741..dc4da448e 100644
--- a/theories/Arith/Compare.v
+++ b/theories/Arith/Compare.v
@@ -8,7 +8,7 @@
(** Equality is decidable on [nat] *)
-Open Local Scope nat_scope.
+Local Open Scope nat_scope.
Implicit Types m n p q : nat.