Skip to content

Commit f52d57a

Browse files
authored
Update src/stdlib_linalg.fypp
1 parent f7ec7da commit f52d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ module stdlib_linalg
13421342
!! Supported data types include `real` and `complex`.
13431343
!! Input arrays must have rank >= 2.
13441344
!!
1345-
!! Norm type input is mandatory, and it is provided via the `order` argument.
1345+
!! Norm type input is optional, and it is provided via the `order` argument.
13461346
!! This can be provided as either an `integer` value or a `character` string.
13471347
!! Allowed metrics are:
13481348
!! - 1-norm: `order` = 1 or '1'

0 commit comments

Comments
 (0)