aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Min.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Min.v')
-rw-r--r--theories/Arith/Min.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Min.v b/theories/Arith/Min.v
index bcfbe0efe..18e0e6af2 100644
--- a/theories/Arith/Min.v
+++ b/theories/Arith/Min.v
@@ -10,7 +10,7 @@
Require Import NPeano.
-Open Local Scope nat_scope.
+Local Open Scope nat_scope.
Implicit Types m n p : nat.
Notation min := Peano.min (only parsing).