Skip to content

Commit 73ad287

Browse files
committed
docs: fix docstring for unsafe_get_children
1 parent 921c591 commit 73ad287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function poison_node(n::AbstractNode)
177177
end
178178

179179
"""
180-
get_children(node::AbstractNode)
180+
unsafe_get_children(node::AbstractNode)
181181
182182
Return the raw `.children` tuple of a node. Some of these
183183
children may be "poisoned" nodes which you should not access,

0 commit comments

Comments
 (0)