Skip to content

Commit 5fa404f

Browse files
Shinigami92ejcheng
andauthored
Update src/modules/random/index.ts
Co-authored-by: Eric Cheng <[email protected]>
1 parent cc521ad commit 5fa404f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/random/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class Random {
148148
}
149149

150150
/**
151-
* Generating a string consisting of alpha characters.
151+
* Generating a string consisting of letters in the English alphabet.
152152
*
153153
* @param options Either the number of characters or an options instance. Defaults to `{ count: 1, casing: 'lower', bannedChars: [] }`.
154154
* @param options.count The number of characters to generate. Defaults to `1`.

0 commit comments

Comments
 (0)