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 dd1c886 commit 29947a4Copy full SHA for 29947a4
src/cursors.jl
@@ -2,7 +2,7 @@
2
NodeCompletion
3
4
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)`
+This allows `children` to work without explicitly calling `children(tree, node)`
6
"""
7
struct NodeCompletion{R, T}
8
tree::R
0 commit comments