Skip to content

Commit

Permalink
Update src/modules/number/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 29, 2024
1 parent 5288130 commit 7f30cdf
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 @@ -464,7 +464,7 @@ export class NumberModule extends SimpleModuleBase {
* faker.number.romanNumeral({ max: 20 }) // "XVII"
* faker.number.romanNumeral({ min: 5, max: 10 }) // "VII"
*
* @since 9.1.0
* @since 9.2.0
*/
romanNumeral(
options:
Expand Down

0 comments on commit 7f30cdf

Please sign in to comment.