Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Mar 1, 2015
1 parent 2fe6276 commit 9af6fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gap/InjectivePoints.gi
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ end );

##
InstallMethod( AssociatedSystem,
"for a two homalg modules",
"for two homalg module",
[ IsHomalgModule and IsHomalgLeftObjectOrMorphismOfLeftObjects,
IsHomalgModule and IsHomalgLeftObjectOrMorphismOfLeftObjects ],

Expand All @@ -119,7 +119,7 @@ end );

##
InstallMethod( AssociatedSystem,
"for a homalg map and a homalg modules",
"for a homalg map and a homalg module",
[ IsHomalgMap and IsHomalgLeftObjectOrMorphismOfLeftObjects,
IsHomalgModule and IsHomalgLeftObjectOrMorphismOfLeftObjects ],

Expand Down

0 comments on commit 9af6fcd

Please sign in to comment.