Skip to content

Commit

Permalink
docs: fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 29, 2023
1 parent cebd653 commit dd4a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/base/filled5d-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dd4a806

Please # to comment.