Skip to content

Commit 669a9ed

Browse files
authored
typos
1 parent 9310628 commit 669a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function increment!(f::Factorization{T}, e::Int, p::Integer) where T
5656
end
5757
f
5858
end
59-
increment!(f::AbstractDict, e::Int, p::Integer) = (h[p] = get(h, p, 0) + 1)
59+
increment!(f::AbstractDict, e::Int, p::Integer) = (f[p] = get(f, p, 0) + e)
6060

6161
Base.length(f::Factorization) = length(f.pe)
6262

0 commit comments

Comments
 (0)