Skip to content

Commit 478f68d

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 47f70e6 commit 478f68d

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
@@ -933,7 +933,7 @@ or reduced matrices: \( A = Q_1 R_1 \) (provide `shape(Q)==[m,k]`, `shape(R)==[k
933933

934934
`overwrite_a` (optional): Shall be an input `logical` flag (default: `.false.`). If `.true.`, input matrix `a` will be used as temporary storage and overwritten. This avoids internal data allocation. It is an `intent(in)` argument.
935935

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

938938
### Return value
939939

0 commit comments

Comments
 (0)