Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
matthewmayer and ST-DDT authored Dec 25, 2023
1 parent 3eeb75c commit 37001d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class NumberModule extends SimpleModuleBase {
*
* @throws When `min` is greater than `max`.
* @throws When there are no suitable integers between `min` and `max`.
* @throws When multipleOf is not a positive integer.
* @throws When `multipleOf` is not a positive integer.
*
* @see faker.string.numeric(): For generating a `string` of digits with a given length (range).
*
Expand Down

0 comments on commit 37001d6

Please sign in to comment.