Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2024
1 parent 5f31e5b commit 95d3485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/lang3/Strings.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.apache.commons.lang3.function.ToBooleanBiFunction;

/**
* 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.
*
* @see CharSequenceUtils
* @see StringUtils
Expand Down Expand Up @@ -86,7 +86,7 @@ public Builder setNullIsLess(final boolean nullIsLess) {
}

/**
* Case-insentive extension.
* Case-insensitive extension.
*/
private static final class CiStrings extends Strings {

Expand Down

0 comments on commit 95d3485

Please sign in to comment.