From 5dd6454ec9cebba5986f7bb8b06bcd823e28bda2 Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Wed, 12 Jul 2017 15:20:39 +0100 Subject: [PATCH] doc: fix typo in IsCycleDigraph --- doc/prop.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/prop.xml b/doc/prop.xml index 4375910c6..862dc3e61 100644 --- a/doc/prop.xml +++ b/doc/prop.xml @@ -14,7 +14,7 @@ true or false. IsCycleDigraph returns true if the digraph digraph 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 digraph, and false if it is not; see .