Skip to content

Commit

Permalink
docs: update description for faker.number.float
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <[email protected]>
  • Loading branch information
xDivisionByZerox and ST-DDT authored Mar 8, 2025
1 parent 63f6259 commit b7d427d
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 @@ -113,7 +113,7 @@ export class NumberModule extends SimpleModuleBase {
* @param options.fractionDigits The maximum number of digits to appear after the decimal point, for example `2` will round to 2 decimal points. Only one of `multipleOf` or `fractionDigits` should be passed.
*
* @throws When `min` is greater than `max`.
* @throws When `multipleOf` is not a positive float.
* @throws When `multipleOf` is not a positive number.
* @throws When `fractionDigits` is negative.
* @throws When `fractionDigits` and `multipleOf` is passed in the same options object.
*
Expand Down

0 comments on commit b7d427d

Please sign in to comment.