Skip to content

Commit

Permalink
fix typos in Chapter 51 : Semigroups and Monoids
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wensley authored and markuspf committed Jun 20, 2017
1 parent 6d97782 commit 1bc45fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/fpmon.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#############################################################################
##
#W fpmon.gd GAP library Isabel Araújo
#W fpmon.gd GAP library Isabel Araújo
##
##
#Y Copyright (C) 1997, Lehrstuhl D für Mathematik, RWTH Aachen, Germany
Expand Down
3 changes: 2 additions & 1 deletion lib/monoid.gd
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ DeclareSynonymAttr( "TrivialSubmonoid", TrivialSubmagmaWithOne );
## (see&nbsp;<Ref Sect="Representations for Associative Words"/>).
## If no such filter is given, a letter representation is used.
## <P/>
## Also see Chapter&nbsp;<Ref Chap="Semigroups"/>.
## For more on associative words see
## Chapter&nbsp;<Ref Chap="Associative Words"/>.
## </Description>
## </ManSection>
## <#/GAPDoc>
Expand Down
5 changes: 3 additions & 2 deletions lib/semigrp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ DeclareSynonymAttr( "GeneratorsOfSemigroup", GeneratorsOfMagma );
## <Prop Name="IsGeneratorsOfSemigroup" Arg='C'/>
##
## <Description>
## This property reflects wheter the list or collection <A>C</A> generates
## This property reflects whether the list or collection <A>C</A> generates
## a semigroup.
## <Ref Prop="IsAssociativeElementCollection"/> implies
## &nbsp;<Ref Prop="IsGeneratorsOfSemigroup"/>,
Expand Down Expand Up @@ -299,7 +299,8 @@ DeclareAttribute("CayleyGraphDualSemigroup",IsSemigroup);
## <free semigroup on the generators [ gen1, gen2 ]>
## ]]></Example>
## <P/>
## Also see Chapter&nbsp;<Ref Chap="Semigroups"/>.
## For more on associative words see
## Chapter&nbsp;<Ref Chap="Associative Words"/>.
## <P/>
## Each free object defines a unique alphabet (and a unique family of words).
## Its generators are the letters of this alphabet,
Expand Down

0 comments on commit 1bc45fc

Please sign in to comment.