Skip to content

Commit 4e772e1

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 7ad3ea8 commit 4e772e1

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
@@ -1447,7 +1447,7 @@ Experimental
14471447
This `pure subroutine` interface computes one of several vector norms of `real` or `complex` array \( A \), depending on
14481448
the value of the `order` input argument. \( A \) may be an array of any rank.
14491449

1450-
Result `nrm` returns a `real`, scalar norm value for the whole array; if `dim` is specified, `nrm` is a rank-1
1450+
Result `nrm` returns a `real`, scalar norm value for the whole array; if `dim` is specified, `nrm` is a rank n-1
14511451
array with the same shape as \(A \) and dimension `dim` collapsed, containing all norms evaluated along `dim`.
14521452

14531453
### Syntax

0 commit comments

Comments
 (0)