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 69faf4e commit 3050fdcCopy full SHA for 3050fdc
src/traits.jl
@@ -13,7 +13,7 @@ If `StoredParents()`, all nodes in the tree must also have `StoredParents()`, ot
13
14
**OPTIONAL**: This should be implemented for a tree if parents of nodes are stored
15
```julia
16
-AbstractTrees.parentlinks(::Type{<:TreeType}) = AbstractTrees.StoredParents()
+AbstractTrees.ParentLinks(::Type{<:TreeType}) = AbstractTrees.StoredParents()
17
parent(t::TreeType) = get_parent(t)
18
```
19
"""
0 commit comments