We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f31e5b commit 95d3485Copy full SHA for 95d3485
src/main/java/org/apache/commons/lang3/Strings.java
@@ -23,7 +23,7 @@
23
import org.apache.commons.lang3.function.ToBooleanBiFunction;
24
25
/**
26
- * String operations where you choose case-senstive {@link #CS} vs. case-insensitive {@link #CI} through a singleton instance.
+ * String operations where you choose case-sensitive {@link #CS} vs. case-insensitive {@link #CI} through a singleton instance.
27
*
28
* @see CharSequenceUtils
29
* @see StringUtils
@@ -86,7 +86,7 @@ public Builder setNullIsLess(final boolean nullIsLess) {
86
}
87
88
89
- * Case-insentive extension.
+ * Case-insensitive extension.
90
*/
91
private static final class CiStrings extends Strings {
92
0 commit comments