aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra
diff options
context:
space:
mode:
authorYves Bertot2019-11-14 22:02:43 +0100
committerGitHub2019-11-14 22:02:43 +0100
commit570109acd43d57778df048428fb29d416b6573db (patch)
tree88559658740470de8fb295b309e8d136d4e036f5 /mathcomp/algebra
parent45940df1c68ba8b4546c5ae0c7e464505a7f0ad6 (diff)
parentc1b0ed734dc4ce23d9ac9233c24a7c415e2e21b4 (diff)
Merge pull request #423 from thery/doc
typo
Diffstat (limited to 'mathcomp/algebra')
-rw-r--r--mathcomp/algebra/ssralg.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/ssralg.v b/mathcomp/algebra/ssralg.v
index 88920e0..f385ad5 100644
--- a/mathcomp/algebra/ssralg.v
+++ b/mathcomp/algebra/ssralg.v
@@ -409,7 +409,7 @@ From mathcomp Require Import choice fintype finfun bigop prime binomial.
(* [rmorphism of f as g] == an f-clone of the rmorphism structure of g. *)
(* [rmorphism of f] == a clone of an existing additive structure on f. *)
(* -> If R and S are UnitRings the f also maps units to units and inverses *)
-(* of units to inverses; if R is a field then f if a field isomorphism *)
+(* of units to inverses; if R is a field then f is a field isomorphism *)
(* between R and its image. *)
(* -> As rmorphism coerces to both additive and multiplicative, all *)
(* structures for f can be built from a single proof of rmorphism f. *)