Skip to content

Commit

Permalink
prop.gd: Synonym -> SynonymAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jan 7, 2019
1 parent ef0169e commit 4443b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/prop.gd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DeclareProperty("IsReflexiveDigraph", IsDigraph);
DeclareProperty("IsStronglyConnectedDigraph", IsDigraph);
DeclareProperty("IsSymmetricDigraph", IsDigraph);
DeclareProperty("IsAntisymmetricDigraph", IsDigraph);
DeclareSynonym("IsAntiSymmetricDigraph", IsAntisymmetricDigraph);
DeclareSynonymAttr("IsAntiSymmetricDigraph", IsAntisymmetricDigraph);
DeclareProperty("IsTournament", IsDigraph);
DeclareProperty("IsTransitiveDigraph", IsDigraph);
DeclareProperty("DigraphHasLoops", IsDigraph);
Expand Down

0 comments on commit 4443b58

Please sign in to comment.