Skip to content

Commit b405671

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

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

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

14531453
### Syntax
14541454

0 commit comments

Comments
 (0)