Skip to content

Commit 3050fdc

Browse files
authored
Fix ParentLinks docstring
1 parent 69faf4e commit 3050fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If `StoredParents()`, all nodes in the tree must also have `StoredParents()`, ot
1313
1414
**OPTIONAL**: This should be implemented for a tree if parents of nodes are stored
1515
```julia
16-
AbstractTrees.parentlinks(::Type{<:TreeType}) = AbstractTrees.StoredParents()
16+
AbstractTrees.ParentLinks(::Type{<:TreeType}) = AbstractTrees.StoredParents()
1717
parent(t::TreeType) = get_parent(t)
1818
```
1919
"""

0 commit comments

Comments
 (0)