Skip to content

Commit 71b66d6

Browse files
authored
Merge pull request #50 from andycatalano/patch-1
Updated a bullet point in the DFS header documentation Closes #49
2 parents 4cddcd0 + 605eae2 commit 71b66d6

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)