Skip to content

Commit 7452db8

Browse files
authored
typo
1 parent 0f63778 commit 7452db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ solve(prob)
3838

3939
A = spzeros(100, 100)
4040
A[1,1]=1
41-
# test that solving a singluar problem doesn't error
41+
# test that solving a singular problem doesn't error
4242
prob = LinearProblem(A, ones(100))
4343
solve(prob)
4444

0 commit comments

Comments
 (0)