From 6f18ec230b0ea46cc54a51ae99169a88fb1d84b8 Mon Sep 17 00:00:00 2001 From: Sergio Siccha Date: Tue, 12 Oct 2021 14:40:30 +0200 Subject: [PATCH] Fix documentation of IsFFECollection For example gap> IsFFECollection([Z(2), Z(2)]); true gap> IsFFECollection([Z(3), Z(2)]); false --- lib/ffe.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ffe.gd b/lib/ffe.gd index ddc7637f39..82ee6a4c0a 100644 --- a/lib/ffe.gd +++ b/lib/ffe.gd @@ -208,7 +208,7 @@ ## object in . ## All finite field elements of the same characteristic form a family in ## ⪆ (see ). -## Any collection of finite field elements +## Any collection of finite field elements of the same characteristic ## (see ) lies in ## , and a collection of such collections ## (e.g., a matrix of finite field elements) lies in