Skip to content

Commit b4dd00c

Browse files
authored
Update traits.jl
1 parent 3050fdc commit b4dd00c

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
@@ -6,7 +6,7 @@
66
A trait which indicates whether a tree node stores references to its parents (`StoredParents()`) or
77
if the parents must be inferred from the tree structure (`ImplicitParents()`).
88
9-
Trees for which `parentlinks` returns `StoredParents()` *MUST* implement [`parent`](@ref).
9+
Trees for which `ParentLinks` returns `StoredParents()` *MUST* implement [`parent`](@ref).
1010
1111
If `StoredParents()`, all nodes in the tree must also have `StoredParents()`, otherwise use
1212
`ImplicitParents()`.

0 commit comments

Comments
 (0)