Skip to content

Commit cebd653

Browse files
committed
docs: fix parameter name
1 parent d37fbde commit cebd653

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/filled4d-by

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/filled4d-by/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
var filled4dBy = require( '@stdlib/array/base/filled4d-by' );
4141
```
4242

43-
#### filled4dBy( len, clbk\[, thisArg] )
43+
#### filled4dBy( shape, clbk\[, thisArg] )
4444

4545
Returns a filled four-dimensional nested array according to a provided callback function.
4646

0 commit comments

Comments
 (0)