Fix typos in comments
This commit is contained in:
parent
b7a2586a31
commit
df4be6cd6e
|
@ -26,7 +26,7 @@ import java.util.function.Supplier;
|
|||
* Generates random {@link String}s.
|
||||
* <p>
|
||||
* Use {@link #secure()} to get the singleton instance based on {@link SecureRandom#SecureRandom()} which uses a secure random number generator (RNG)
|
||||
* implementing the default random number algorithm..
|
||||
* implementing the default random number algorithm.
|
||||
* </p>
|
||||
* <p>
|
||||
* Use {@link #secureStrong()} to get the singleton instance based on {@link SecureRandom#getInstanceStrong()} which uses an algorithms/providers specified in
|
||||
|
|
Loading…
Reference in New Issue