We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3050fdc commit b4dd00cCopy full SHA for b4dd00c
src/traits.jl
@@ -6,7 +6,7 @@
6
A trait which indicates whether a tree node stores references to its parents (`StoredParents()`) or
7
if the parents must be inferred from the tree structure (`ImplicitParents()`).
8
9
-Trees for which `parentlinks` returns `StoredParents()` *MUST* implement [`parent`](@ref).
+Trees for which `ParentLinks` returns `StoredParents()` *MUST* implement [`parent`](@ref).
10
11
If `StoredParents()`, all nodes in the tree must also have `StoredParents()`, otherwise use
12
`ImplicitParents()`.
0 commit comments