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.
2 parents 583edea + 96d0ff1 commit 7aa242fCopy full SHA for 7aa242f
src/indexing.jl
@@ -133,7 +133,7 @@ function nextsibling(idx::IndexNode)
133
isnothing(sidx) ? nothing : IndexNode(idx.tree, sidx)
134
end
135
136
-function prevsibling(rn::IndexNode)
+function prevsibling(idx::IndexNode)
137
sidx = prevsiblingindex(idx.tree, idx.index)
138
139
0 commit comments