Skip to content

Commit 83e47bc

Browse files
authored
Correct spelling in documentation (#228)
1 parent 8fe8284 commit 83e47bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_structures/mesh_refinement/refinement_queue.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function Base.setindex!(queue::RefinementQueue{T, E, F}, ℓ²::F, segment::E) w
8888
end
8989

9090
"""
91-
Bassetindex!(queue::RefinementQueue{T,E,F}, ρ::F, triangle::T) where {T,E,F}
91+
setindex!(queue::RefinementQueue{T,E,F}, ρ::F, triangle::T) where {T,E,F}
9292
queue[triangle] = ρ
9393
9494
Add a `triangle` to `queue` whose radius-edge ratio is `ρ`. If the `triangle` is already in the `queue`, its priority is updated to `ρ`.

0 commit comments

Comments
 (0)