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 37001d6 commit a38b678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ export class NumberModule extends SimpleModuleBase {
*/
max?: number;
/**
* Generated number must be a multiple of the given integer. Defaults to `1`.
* Generated number must be a multiple of the given integer.
*
* @default 1
*/
multipleOf?: number;
} = {}
Expand Down

0 comments on commit a38b678

Please sign in to comment.