Skip to content

Commit 3c0bcdb

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 860cbb0 commit 3c0bcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ The solver is based on LAPACK's `*GETRF` and `*GETRI` backends.
10891089

10901090
`a`: Shall be a rank-2, square, `real` or `complex` array containing the coefficient matrix. It is an `intent(inout)` argument.
10911091

1092-
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument.
1092+
`err` (optional): Shall be a `type(linalg_state_type)` value. It is an `intent(out)` argument.
10931093

10941094
### Return value
10951095

0 commit comments

Comments
 (0)