aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field
diff options
context:
space:
mode:
authoraffeldt-aist2020-04-09 13:43:32 +0200
committerGitHub2020-04-09 13:43:32 +0200
commitad82c5fb56113bdef57e96f6a79000a29803eb38 (patch)
tree07c9348f97482124e7a19725863dd3373ea598e5 /mathcomp/field
parent504a34ba48a29a252c40cfc0467f6b192243b6bc (diff)
parent31dec18a2539cfdac70fd87401db2b4b14d81d16 (diff)
Merge pull request #474 from llelf/doc-typos
Documentation typos
Diffstat (limited to 'mathcomp/field')
-rw-r--r--mathcomp/field/algnum.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/field/algnum.v b/mathcomp/field/algnum.v
index 15d1d61..ad02f44 100644
--- a/mathcomp/field/algnum.v
+++ b/mathcomp/field/algnum.v
@@ -17,7 +17,7 @@ From mathcomp Require Import cyclotomic.
(* x \in Cint_span X <=> x is a Z-linear combination of elements of *)
(* X : seq algC. *)
(* x \in Aint <=> x : algC is an algebraic integer, i.e., the (monic) *)
-(* polynomial of x over Q has integer coeficients. *)
+(* polynomial of x over Q has integer coefficients. *)
(* (e %| a)%A <=> e divides a with respect to algebraic integers, *)
(* (e %| a)%Ax i.e., a is in the algebraic integer ideal generated *)
(* by e. This is is notation for a \in dvdA e, where *)