diff options
| author | Shinigami <[email protected]> | 2023-05-15 08:24:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 08:24:13 +0200 |
| commit | 8f741bd4bda455517fd048b83d76bd8e6d89d78e (patch) | |
| tree | 512783caad8d405372c29859c1edb2acd09f94d7 /src/modules/datatype | |
| parent | e0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff) | |
| download | faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip | |
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/datatype')
| -rw-r--r-- | src/modules/datatype/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/datatype/index.ts b/src/modules/datatype/index.ts index 0c5fddc8..5fee2c0e 100644 --- a/src/modules/datatype/index.ts +++ b/src/modules/datatype/index.ts @@ -6,9 +6,9 @@ import { deprecated } from '../../internal/deprecated'; * * ### Overview * - * Most of the methods in this module are deprecated and have been moved to other modules like [`faker.number`](https://next.fakerjs.dev/api/number.html) and [`faker.string`](https://next.fakerjs.dev/api/string.html), see individual entries for replacements. + * Most of the methods in this module are deprecated and have been moved to other modules like [`faker.number`](https://fakerjs.dev/api/number.html) and [`faker.string`](https://fakerjs.dev/api/string.html), see individual entries for replacements. * - * For a simple random true or false value, use [`boolean()`](https://next.fakerjs.dev/api/datatype.html#boolean). + * For a simple random true or false value, use [`boolean()`](https://fakerjs.dev/api/datatype.html#boolean). */ export class DatatypeModule { constructor(private readonly faker: Faker) { |
