Skip to content

Commit

Permalink
doc: fix typo in IsCycleDigraph
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jul 12, 2017
1 parent f4b148c commit 5dd6454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/prop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Returns><K>true</K> or <K>false</K>.</Returns>
<Description>
<C>IsCycleDigraph</C> returns <K>true</K> if the digraph <A>digraph</A> is
isomorphic to the cycle graph with the same number of vertices as
isomorphic to the cycle digraph with the same number of vertices as
<A>digraph</A>, and <K>false</K> if it is not; see <Ref
Oper="CycleDigraph"/>.<P/>

Expand Down

0 comments on commit 5dd6454

Please sign in to comment.