Skip to content

Commit 77fc5bd

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 3265f8f commit 77fc5bd

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
@@ -632,7 +632,7 @@ Two
632632

633633
`overwrite_a` (optional): Shall be an input logical flag. if `.true.`, input matrix `a` will be used as temporary storage and overwritten. This avoids internal data allocation. This is an `intent(in)` argument.
634634

635-
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument: the function is not `pure` if this argument is requested.
635+
`err` (optional): Shall be a `type(linalg_state_type)` value. This is an `intent(out)` argument. The function is not `pure` if this argument is provided.
636636

637637
### Return value
638638

0 commit comments

Comments
 (0)