Skip to content

Commit 61c2a0a

Browse files
authored
docs: update desc
Signed-off-by: Athan <kgryte@gmail.com>
1 parent b38c6d2 commit 61c2a0a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/meanors/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 arithmetic mean along one or more ndarray dimensions using ordinary recursive summation, and assigns results to a provided output ndarray.
86+
* Computes the arithmetic mean along one or more ndarray dimensions using ordinary recursive summation and assigns results to a provided output ndarray.
8787
*
8888
* @param x - input ndarray
8989
* @param out - output ndarray

0 commit comments

Comments
 (0)