aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Le.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Le.v')
-rw-r--r--theories/Arith/Le.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Le.v b/theories/Arith/Le.v
index f0ebf162b..717705a1c 100644
--- a/theories/Arith/Le.v
+++ b/theories/Arith/Le.v
@@ -16,7 +16,7 @@ where "n <= m" := (le n m) : nat_scope.
>>
*)
-Open Local Scope nat_scope.
+Local Open Scope nat_scope.
Implicit Types m n p : nat.