Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
FriedrichRober and fingolfin authored Oct 15, 2024
1 parent 2087635 commit ee883b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/pquot.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1310,9 +1310,9 @@ end );

#############################################################################
##
#F AbelianPQuotient . . . . . . try to initialize an abelian p-quotient
## . . . . . . return true if we are sucessful
## . . . . . . return false otherwise
#F AbelianPQuotient . . . . . . . . try to initialize an abelian p-quotient
##
## Return true if we are successful, return false otherwise.
##
InstallGlobalFunction( AbelianPQuotient,
function( qs )
Expand Down
2 changes: 1 addition & 1 deletion tst/testbugfix/2024-10-15-PQuotient.tst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ true
#
gap> PQuotient( FreeGroup(2), 5, 10, 520 : noninteractive ) <> fail;
true
gap> gPQuotient( FreeGroup(2), 5, 10, 519 : noninteractive ) = fail;
gap> PQuotient( FreeGroup(2), 5, 10, 519 : noninteractive ) = fail;
true

0 comments on commit ee883b6

Please sign in to comment.