Skip to content

Commit 95d3485

Browse files
committed
Javadoc
1 parent 5f31e5b commit 95d3485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/lang3/Strings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import org.apache.commons.lang3.function.ToBooleanBiFunction;
2424

2525
/**
26-
* String operations where you choose case-senstive {@link #CS} vs. case-insensitive {@link #CI} through a singleton instance.
26+
* String operations where you choose case-sensitive {@link #CS} vs. case-insensitive {@link #CI} through a singleton instance.
2727
*
2828
* @see CharSequenceUtils
2929
* @see StringUtils
@@ -86,7 +86,7 @@ public Builder setNullIsLess(final boolean nullIsLess) {
8686
}
8787

8888
/**
89-
* Case-insentive extension.
89+
* Case-insensitive extension.
9090
*/
9191
private static final class CiStrings extends Strings {
9292

0 commit comments

Comments
 (0)