Skip to content

Commit 80d4993

Browse files
author
oscarddssmith
committed
fix typo
1 parent 8c6e383 commit 80d4993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ A = rand(n, n)
5757
b = rand(n)
5858
5959
weights = [1e-1, 1]
60-
precs = Returns(LinearSolve.InvPreconditioner(Diagonal(weights)), Diagonal(weights))
60+
precs = Returns((LinearSolve.InvPreconditioner(Diagonal(weights)), Diagonal(weights)))
6161
6262
prob = LinearProblem(A, b)
6363
sol = solve(prob, KrylovJL_GMRES(precs))

0 commit comments

Comments
 (0)