Skip to content

Commit 29947a4

Browse files
Update src/cursors.jl
Co-authored-by: Tim Holy <[email protected]>
1 parent dd1c886 commit 29947a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cursors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
NodeCompletion
33
44
A NodeCompletion is an adaptor for a node of a tree where the nodes are not explicitally part of a tree
5-
This allows `children` to work without explicitally calling `children(tree, node)`
5+
This allows `children` to work without explicitly calling `children(tree, node)`
66
"""
77
struct NodeCompletion{R, T}
88
tree::R

0 commit comments

Comments
 (0)