diff options
-rw-r--r-- | includes/graph.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/graph.inc b/includes/graph.inc index aaaa19abb..38ed6fc3a 100644 --- a/includes/graph.inc +++ b/includes/graph.inc @@ -27,7 +27,7 @@ * On return you will also have: * @code * $graph[1]['paths'][2] = 1; - * $graph[1]['paths'][3] = 2; + * $graph[1]['paths'][3] = 1; * $graph[2]['reverse_paths'][1] = 1; * $graph[3]['reverse_paths'][1] = 1; * @endcode |