We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a4b05 commit 52fa2d9Copy full SHA for 52fa2d9
extractor/src/main/java/org/schabi/newpipe/extractor/utils/RandomStringFromAlphabetGenerator.java
@@ -16,7 +16,7 @@ private RandomStringFromAlphabetGenerator() {
16
* Generate a random string from an alphabet.
17
*
18
* @param alphabet the characters' alphabet to use
19
- * @param length the length of the returned string (> 0)
+ * @param length the length of the returned string (greater than 0)
20
* @param random {@link Random} (or better {@link java.security.SecureRandom}) used for
21
* generating the random string
22
* @return a random string of the requested length made of only characters from the provided
0 commit comments