Skip to content

Commit a70cf82

Browse files
authored
Update test.main.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 692f8e0 commit a70cf82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanlipw/test

lib/node_modules/@stdlib/stats/base/ndarray/dmeanlipw/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var dmeanlipw = require( './../lib/main.js' );
3333
* Returns a one-dimensional ndarray.
3434
*
3535
* @private
36-
* @param {Collection} buffer - underlying data buffer
36+
* @param {Float64Array} buffer - underlying data buffer
3737
* @param {NonNegativeInteger} length - number of indexed elements
3838
* @param {integer} stride - stride length
3939
* @param {NonNegativeInteger} offset - index offset

0 commit comments

Comments
 (0)