Skip to content

Commit b38c6d2

Browse files
authored
docs: fix desc
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 23dbeec commit b38c6d2

File tree

1 file changed

+3
-2
lines changed
  • lib/node_modules/@stdlib/stats/meanors/docs

1 file changed

+3
-2
lines changed

lib/node_modules/@stdlib/stats/meanors/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838

3939

4040
{{alias}}.assign( x, out[, options] )
41-
Computes the arithmetic mean along one or more ndarray dimensions and
42-
assigns results to a provided output ndarray.
41+
Computes the arithmetic mean along one or more ndarray dimensions using
42+
ordinary recursive summation and assigns results to a provided output
43+
ndarray.
4344

4445
Parameters
4546
----------

0 commit comments

Comments
 (0)