Skip to content

Commit

Permalink
fix: typo in duplicateindices
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm204 committed Feb 10, 2025
1 parent 46de8c2 commit 5bc062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function index_make_unique!(index, join)
end
end

function duplicateindicies(v::Muon.Index{T, I}) where {T <: AbstractString, I <: Integer}
function duplicateindices(v::Muon.Index{T, I}) where {T <: AbstractString, I <: Integer}
varnames = Dict{T, Vector{Int64}}()

for i in eachindex(v)
Expand Down

0 comments on commit 5bc062e

Please sign in to comment.