From 808aa82f3f86a0b25f272c0c1760115a0920b614 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Tue, 21 Nov 2023 00:23:16 +0100 Subject: docs: consistent @see jsdoc tags (#2473) --- src/modules/string/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/string') diff --git a/src/modules/string/index.ts b/src/modules/string/index.ts index e841e29d..4240a6f1 100644 --- a/src/modules/string/index.ts +++ b/src/modules/string/index.ts @@ -338,7 +338,7 @@ export class StringModule extends SimpleModuleBase { * @param options.length The number or range of characters to generate after the prefix. Defaults to `1`. * @param options.prefix Prefix for the generated number. Defaults to `'0b'`. * - * @see faker.number.binary() If you would like to generate a `binary number` (within a range). + * @see faker.number.binary(): For generating a binary number (within a range). * * @example * faker.string.binary() // '0b1' @@ -390,7 +390,7 @@ export class StringModule extends SimpleModuleBase { * @param options.length The number or range of characters to generate after the prefix. Defaults to `1`. * @param options.prefix Prefix for the generated number. Defaults to `'0o'`. * - * @see faker.number.octal() If you would like to generate an `octal number` (within a range). + * @see faker.number.octal(): For generating an octal number (within a range). * * @example * faker.string.octal() // '0o3' @@ -543,7 +543,7 @@ export class StringModule extends SimpleModuleBase { * @param options.allowLeadingZeros Whether leading zeros are allowed or not. Defaults to `true`. * @param options.exclude An array of digits which should be excluded in the generated string. Defaults to `[]`. * - * @see faker.number.int() If you would like to generate a `number` (within a range). + * @see faker.number.int(): For generating a number (within a range). * * @example * faker.string.numeric() // '2' -- cgit v1.2.3