Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Feb 23, 2024
1 parent 0f63778 commit 7452db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/default_algs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ solve(prob)

A = spzeros(100, 100)
A[1,1]=1
# test that solving a singluar problem doesn't error
# test that solving a singular problem doesn't error
prob = LinearProblem(A, ones(100))
solve(prob)

Expand Down

0 comments on commit 7452db8

Please sign in to comment.