Skip to content

Commit

Permalink
Fix documentation of IsFFECollection
Browse files Browse the repository at this point in the history
For example

    gap> IsFFECollection([Z(2), Z(2)]);
    true
    gap> IsFFECollection([Z(3), Z(2)]);
    false
  • Loading branch information
ssiccha authored and fingolfin committed Oct 12, 2021
1 parent 5a852ca commit 3123cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ffe.gd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
## object in <Ref Filt="IsFFE"/>.
## All finite field elements of the same characteristic form a family in
## &GAP; (see&nbsp;<Ref Sect="Families"/>).
## Any collection of finite field elements
## Any collection of finite field elements of the same characteristic
## (see&nbsp;<Ref Filt="IsCollection"/>) lies in
## <Ref Filt="IsFFECollection"/>, and a collection of such collections
## (e.g., a matrix of finite field elements) lies in
Expand Down

0 comments on commit 3123cd9

Please sign in to comment.