From 4e066e8e1a43f47450d264a9c3af8a8620f70055 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 20 Feb 2022 19:27:59 +0100 Subject: docs: use vue components for api-docs (#446) --- src/random.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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( -- cgit v1.2.3