Skip to content

Commit e1d2c1b

Browse files
authored
Fix note admonition 2
1 parent 702cf60 commit e1d2c1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/tutorials/linear.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ mfopA * sol.u - b
159159

160160
!!! note
161161

162-
163-
Note that not all methods can use a matrix-free operator. For example, `LS.LUFactorization()` requires a matrix. If you use an
164-
invalid method, you will get an error. The methods particularly from KrylovJL are the ones preferred for these cases
165-
(and are defaulted to).
162+
Note that not all methods can use a matrix-free operator. For example, `LS.LUFactorization()` requires a matrix. If you use an
163+
invalid method, you will get an error. The methods particularly from KrylovJL are the ones preferred for these cases
164+
(and are defaulted to).

0 commit comments

Comments
 (0)