This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new df4be6cd6 Fix typos in comments df4be6cd6 is described below commit df4be6cd6e2a8bba13095a4415cfbc80abfbbe5b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:17:10 2024 -0400 Fix typos in comments --- src/main/java/org/apache/commons/lang3/RandomStringUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java index dfa711ac6..ec10f3581 100644 --- a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java +++ b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java @@ -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