diff --git a/lib/grp.gd b/lib/grp.gd index 89c36764e0..44e913cb23 100644 --- a/lib/grp.gd +++ b/lib/grp.gd @@ -415,9 +415,9 @@ DeclareOperation( "KnowsHowToDecompose", [ IsGroup, IsList ] ); ## ## ## p-group -## A p-group is a finite group whose order -## (see ) is of the form p^n for a prime -## integer p and a nonnegative integer n. +## A p-group is a group in which the order +## (see ) of every element is of the form p^n +## for a prime integer p and a nonnegative integer n. ## returns true if G is a ## p-group, and false otherwise. ##