Fix typos in comments

This commit is contained in:
Gary Gregory 2024-08-21 09:17:10 -04:00
parent b7a2586a31
commit df4be6cd6e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
* 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