diff --git a/lib/node_modules/@stdlib/array/base/filled5d-by/README.md b/lib/node_modules/@stdlib/array/base/filled5d-by/README.md index 10b541bbb1db..047280e04ae8 100644 --- a/lib/node_modules/@stdlib/array/base/filled5d-by/README.md +++ b/lib/node_modules/@stdlib/array/base/filled5d-by/README.md @@ -40,7 +40,7 @@ limitations under the License. var filled5dBy = require( '@stdlib/array/base/filled5d-by' ); ``` -#### filled5dBy( len, clbk\[, thisArg] ) +#### filled5dBy( shape, clbk\[, thisArg] ) Returns a filled five-dimensional nested array according to a provided callback function.