aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Bool/Zerob.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Bool/Zerob.v')
-rw-r--r--theories/Bool/Zerob.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Bool/Zerob.v b/theories/Bool/Zerob.v
index bac4c0d69..5689bf50d 100644
--- a/theories/Bool/Zerob.v
+++ b/theories/Bool/Zerob.v
@@ -9,7 +9,7 @@
Require Import Arith.
Require Import Bool.
-Open Local Scope nat_scope.
+Local Open Scope nat_scope.
Definition zerob (n:nat) : bool :=
match n with