Skip to content

Commit 3640093

Browse files
perazzjvdp1
andauthored
Update src/linalg/stdlib_linalg.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 34e840d commit 3640093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linalg/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ module stdlib_linalg
712712
logical(lk), optional, intent(in) :: overwrite_a
713713
!> [optional] Can W data be overwritten and destroyed? Default: .false.
714714
logical(lk), optional, intent(in) :: overwrite_w
715-
!> [optional] state return flag. On error if not requested, the code will stop
715+
!> [optional] state return flag. On error if not requested, the code will trigger an error stop
716716
type(linalg_state_type), optional, intent(out) :: err
717717
!> Result array x(n)
718718
${rt}$, allocatable :: x(:)

0 commit comments

Comments
 (0)