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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new c95e0efd Javadoc typo.
c95e0efd is described below

commit c95e0efd2bf1d1fd71b72631c7cb6447a0e393c8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 18 16:17:43 2022 -0400

    Javadoc typo.
---
 src/main/java/org/apache/commons/text/StringSubstitutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/StringSubstitutor.java 
b/src/main/java/org/apache/commons/text/StringSubstitutor.java
index 71fb5c43..a6691175 100644
--- a/src/main/java/org/apache/commons/text/StringSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StringSubstitutor.java
@@ -287,7 +287,7 @@ public class StringSubstitutor {
      * Creates a new instance using the interpolator string lookup
      * {@link StringLookupFactory#interpolatorStringLookup()}.
      * <p>
-     * This StringSubstitutor lets you perform substituions like:
+     * This StringSubstitutor lets you perform substitutions like:
      * </p>
      *
      * <pre>

Reply via email to