diff options
| author | ST-DDT <[email protected]> | 2022-02-20 19:27:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-20 19:27:59 +0100 |
| commit | 4e066e8e1a43f47450d264a9c3af8a8620f70055 (patch) | |
| tree | 60a7f0e08a61e20c6330c4afa1a5f117bdd641c1 /src | |
| parent | d7f4751a1a07e32d2d7af1b2480cac8efe9650a6 (diff) | |
| download | faker-4e066e8e1a43f47450d264a9c3af8a8620f70055.tar.xz faker-4e066e8e1a43f47450d264a9c3af8a8620f70055.zip | |
docs: use vue components for api-docs (#446)
Diffstat (limited to 'src')
| -rw-r--r-- | src/random.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/random.ts b/src/random.ts index 914e7c2b..d9096d71 100644 --- a/src/random.ts +++ b/src/random.ts @@ -304,7 +304,7 @@ export class Random { /** * alpha. returns lower/upper alpha characters based count and upcase options * - * @param options // defaults to { count: 1, upcase: false, bannedChars: [] } + * @param options Defaults to `{ count: 1, upcase: false, bannedChars: [] }`. */ // TODO @Shinigami92 2022-02-14: Tests covered `(count, options)`, but they were never typed like that alpha( @@ -375,7 +375,7 @@ export class Random { * alphaNumeric * * @param count defaults to 1 - * @param options // defaults to { bannedChars: [] } + * @param options Defaults to `{ bannedChars: [] }`. * @param options.bannedChars array of characters which should be banned in new string */ alphaNumeric( |
