Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 7, 2024
1 parent fe514e1 commit 80ffead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array/tools/unary-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var random = factory();

The function has the following parameters:

- **oaram1**: PRNG parameter. If provided a PRNG parameter, the function returns a partially applied function for creating arrays, which can be useful when wanting to pass around a parameterized function for array creation.
- **param1**: PRNG parameter. If provided a PRNG parameter, the function returns a partially applied function for creating arrays, which can be useful when wanting to pass around a parameterized function for array creation.
- **options**: function options.

The function supports the following options:
Expand Down

0 comments on commit 80ffead

Please sign in to comment.