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 781a01d commit 96d0ff1Copy full SHA for 96d0ff1
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