aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/ZArith/Zsyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zsyntax.v b/theories/ZArith/Zsyntax.v
index 863e967597..9ac3d03d35 100644
--- a/theories/ZArith/Zsyntax.v
+++ b/theories/ZArith/Zsyntax.v
@@ -228,7 +228,7 @@ Delimits Scope Z_scope with Z.
Infix "+" Zplus (at level 4) : Z_scope.
Infix "-" Zminus (at level 4) : Z_scope.
-Infix "*" Zmult (at level 4) : Z_scope.
+Infix "*" Zmult (at level 3) : Z_scope.
Distfix 0 "- _" Zopp : Z_scope.
Infix "<=" Zle (at level 5, no associativity) : Z_scope.
Infix "<" Zlt (at level 5, no associativity) : Z_scope.