Skip to content

Commit 605eae2

Browse files
authored
Updated a bullet point in the DFS header documentation
1 parent 4cddcd0 commit 605eae2

File tree

1 file changed

+1
-1
lines changed
  • Data/Graph/Inductive/Query

1 file changed

+1
-1
lines changed

Data/Graph/Inductive/Query/DFS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--
77
-- 1. An optional direction parameter, specifying which nodes to visit next.
88
--
9-
-- [@x@] undirectional: ignore edge direction
9+
-- [@u@] undirectional: ignore edge direction
1010
-- [@r@] reversed: walk edges in reverse
1111
-- [@x@] user defined: speciy which paths to follow
1212
--

0 commit comments

Comments
 (0)