Skip to content

Commit d876514

Browse files
Update FAQ.md
1 parent fd2e335 commit d876514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/basics/FAQ.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Thus, in order to use a vector tolerance `weights`, one can mathematically
5050
hack the system via the following formulation:
5151

5252
```@example FAQPrec
53-
using LinearSolve, LinearAlgebra
53+
import LinearSolve as LS
54+
import LinearAlgebra as LA
5455
5556
n = 2
5657
A = rand(n, n)

0 commit comments

Comments
 (0)