Skip to content

Commit eb12040

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent e854791 commit eb12040

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/nanmax/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/nanmax/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ interface Unary {
8383
<T = unknown, U = unknown>( x: InputArray<T>, options?: Options ): OutputArray<U>; // NOTE: we lose type specificity here, but retaining specificity would likely be difficult and/or tedious to completely enumerate, as the output ndarray data type is dependent on how `x` interacts with output data type policy and whether that policy has been overridden by `options.dtype`.
8484

8585
/**
86-
* Computes the maximum value along one or more ndarray dimensions and assigns results to a provided output ndarray, ignoring `NaN` values.
86+
* Computes the maximum value along one or more ndarray dimensions, ignoring `NaN` values, and assigns results to a provided output ndarray.
8787
*
8888
* @param x - input ndarray
8989
* @param out - output ndarray

0 commit comments

Comments
 (0)