Skip to content

Commit 406a92a

Browse files
committed
fix typo
1 parent 90796b8 commit 406a92a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rtree/node.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ syncmbr!(node::Node) =
3030
check_eltype_rtree(::Type{E}, ::Type{N}) where {N<:Node, E} =
3131
check_hasmbr(mbrtype(N), E)
3232

33-
check_eltype_rtree_eltype(el::Any, node::Node) =
33+
check_eltype_rtree(el::Any, node::Node) =
3434
check_eltype_rtree(typeof(el), typeof(node))
3535

3636
# equality check for R-tree elements (by MBR and, optionally, ID)

0 commit comments

Comments
 (0)