Skip to content

Commit 44802ad

Browse files
Apply suggestions from code review
Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
1 parent 3147c2b commit 44802ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ref/meataxe.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ gap> ForAll(MTX.Generators(m), x -> x*form*TransposedMat(x) = form);
602602
true
603603
]]></Example>
604604

605-
Since GAP 4.14 also modules which are not absolutely irreducible are supported:
605+
Since GAP 4.14 modules that are not absolutely irreducible are also supported:
606606
<Example><![CDATA[
607607
gap> g1:= GeneratorsOfGroup(SO(-1, 4, 5));;
608608
gap> g2:= GeneratorsOfGroup(SO(+1, 4, 5));;
@@ -650,7 +650,7 @@ gap> ForAll(MTX.Generators(m), x -> x*form*TransposedMat(frob5(x)) = form);
650650
true
651651
]]></Example>
652652

653-
Since GAP 4.14 also reducible modules are supported:
653+
Since GAP 4.14 modules that are not absolutely irreducible are also supported:
654654
<Example><![CDATA[
655655
gap> g1:= GeneratorsOfGroup(SU(3, 5));;
656656
gap> g2:= GeneratorsOfGroup(SU(4, 5));;

0 commit comments

Comments
 (0)