We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebd653 commit dd4a806Copy full SHA for dd4a806
lib/node_modules/@stdlib/array/base/filled5d-by/README.md
@@ -40,7 +40,7 @@ limitations under the License.
40
var filled5dBy = require( '@stdlib/array/base/filled5d-by' );
41
```
42
43
-#### filled5dBy( len, clbk\[, thisArg] )
+#### filled5dBy( shape, clbk\[, thisArg] )
44
45
Returns a filled five-dimensional nested array according to a provided callback function.
46
0 commit comments