aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Gt.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Gt.v')
-rw-r--r--theories/Arith/Gt.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Gt.v b/theories/Arith/Gt.v
index 32f453e59..f9bf0f2fd 100644
--- a/theories/Arith/Gt.v
+++ b/theories/Arith/Gt.v
@@ -15,7 +15,7 @@ Definition gt (n m:nat) := m < n.
Require Import Le.
Require Import Lt.
Require Import Plus.
-Open Local Scope nat_scope.
+Local Open Scope nat_scope.
Implicit Types m n p : nat.