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 c04fe02  Javadoc tweaks.
c04fe02 is described below

commit c04fe02cb89000e80a1e22c15a8243886c52e6a1
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Jan 17 10:43:18 2021 -0500

    Javadoc tweaks.
---
 src/main/java/org/apache/commons/text/StrBuilder.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java 
b/src/main/java/org/apache/commons/text/StrBuilder.java
index ea92359..90827bf 100644
--- a/src/main/java/org/apache/commons/text/StrBuilder.java
+++ b/src/main/java/org/apache/commons/text/StrBuilder.java
@@ -2256,7 +2256,7 @@ public class StrBuilder implements CharSequence, 
Appendable, Serializable, Build
     }
 
     /**
-     * Checks is the string builder is empty (convenience Collections API 
style method).
+     * Tests if the string builder is empty (convenience Collections API style 
method).
      * <p>
      * This method is the same as checking {@link #length()} and is provided 
to match the
      * API of Collections.
@@ -2268,7 +2268,7 @@ public class StrBuilder implements CharSequence, 
Appendable, Serializable, Build
     }
 
     /**
-     * Checks is the string builder is not empty (convenience Collections API 
style method).
+     * Tests if the string builder is not empty (convenience Collections API 
style method).
      * <p>
      * This method is the same as checking {@link #length()} and is provided 
to match the
      * API of Collections.

Reply via email to