aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-09-03 16:31:29 +0200
committerKazuhiko Sakaguchi2019-09-18 10:13:31 +0200
commit3ad8a9418dc5d39ef553033f5c8f581525a3aae3 (patch)
treea2f351db4fe1d5ad2e27b3d15a7fe65589ab615a /mathcomp
parentfe30314bc728339353a9a4e490c8aedc61287752 (diff)
Fix a typo: ring_core_scope -> ring_scope
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/algebra/ssrnum.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/ssrnum.v b/mathcomp/algebra/ssrnum.v
index 12fcecb..dd84f31 100644
--- a/mathcomp/algebra/ssrnum.v
+++ b/mathcomp/algebra/ssrnum.v
@@ -4398,7 +4398,7 @@ by move/(order_path_min argCle_trans)/allP->.
Qed.
Definition nthroot n x := let: RootCspec y _ _ := rootC_subproof n x in y.
-Notation "n .-root" := (nthroot n) (at level 2, format "n .-root") : ring_core_scope.
+Notation "n .-root" := (nthroot n) (at level 2, format "n .-root") : ring_scope.
Notation "n .-root" := (nthroot n) (only parsing) : ring_scope.
Notation sqrtC := 2.-root.