Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Aug 28, 2024
1 parent ab5f18c commit e53a03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/properties.gd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DeclareAttribute( "AnticommutativityIndex", IsMagma );

#! @Arguments M
#! @Description
#! computes squares index of <A>M</A> so the order of $\left\{ m^2 | m \in \right\}$.
#! computes squares index of <A>M</A> so the order of $\left\{ m^2 | m \in M \right\}$.
#!
#! @BeginExampleSession
#! gap> List(AllSmallAntimagmas(2), M -> List(M, m -> m * m) );
Expand Down Expand Up @@ -290,4 +290,4 @@ DeclareProperty( "IsRightCancellative", IsMagma );
#! [ false, false ]
#! @EndExampleSession
#!
DeclareProperty( "IsCancellative", IsMagma );
DeclareProperty( "IsCancellative", IsMagma );

0 comments on commit e53a03b

Please sign in to comment.