diff options
Diffstat (limited to 'src/modules/random')
| -rw-r--r-- | src/modules/random/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/random/index.ts b/src/modules/random/index.ts index 616dc4dd..727ec8fb 100644 --- a/src/modules/random/index.ts +++ b/src/modules/random/index.ts @@ -273,8 +273,8 @@ export class Random { deprecated({ deprecated: 'faker.random.alpha({ upcase: true })', proposed: "faker.random.alpha({ casing: 'upper' })", - since: 'v7.0', - until: 'v8.0', + since: '7.0', + until: '8.0', }); } |
