We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7836149 commit e9070c8Copy full SHA for e9070c8
lib/node_modules/@stdlib/ndarray/fill-by/README.md
@@ -96,8 +96,8 @@ var arr = ndarray2array( y );
96
97
The callback function is provided the following arguments:
98
99
-- **value**: current [ndarray][@stdlib/ndarray/ctor] element.
100
-- **indices**: current [ndarray][@stdlib/ndarray/ctor] element indices.
+- **value**: current array element.
+- **indices**: current array element indices.
101
- **arr**: the input [ndarray][@stdlib/ndarray/ctor].
102
103
</section>
0 commit comments