aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtheories/Init/Peano.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Peano.v b/theories/Init/Peano.v
index 0772260358..2356c9cb59 100755
--- a/theories/Init/Peano.v
+++ b/theories/Init/Peano.v
@@ -27,7 +27,7 @@ Require Notations.
Require Datatypes.
Require Logic.
-Open Local Scope nat_scope.
+Open Scope nat_scope.
Definition eq_S := (f_equal nat nat S).