elm-community / graph

Functional Graph Library in Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/graph/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor documentation confusion

marklar opened this issue · comments

In the second paragraph of the documentation for Graph.Tree.preOrder, it reads "Post-order traversals" when I believe it should read "Pre-order".

Fixed via b34a138.