Skip to content

Commit 81f2a4f

Browse files
loiseaujcperazz
andauthored
Apply suggestions from code review
Co-authored-by: Federico Perini <federico.perini@gmail.com>
1 parent 43d6552 commit 81f2a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_qr.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ submodule (stdlib_linalg) stdlib_linalg_qr
294294
integer(ilp), intent(out) :: pivots(:)
295295
!> [optional] Can A data be overwritten and destroyed?
296296
logical(lk), optional, intent(in) :: overwrite_a
297-
!> [optional] Provide pre-allocated workspace, size to be checked with pivoting_qr_space.
297+
!> [optional] Provide pre-allocated workspace, size to be checked with qr_space.
298298
${rt}$, intent(out), optional, target :: storage(:)
299299
!> [optional] state return flag. On error if not requested, the code will stop.
300300
type(linalg_state_type), optional, intent(out) :: err

0 commit comments

Comments
 (0)