Skip to content

Commit 58bf1c2

Browse files
committed
Fix spelling in comments
1 parent bf4a01c commit 58bf1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/lang3/text/StrBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ void testSubSequenceIntInt() {
17001700
// End index greater than length()
17011701
assertIndexOutOfBoundsException(() -> sb.subSequence(2, sb.length() + 1));
17021702

1703-
// Start index greater then end index
1703+
// Start index greater than end index
17041704
assertIndexOutOfBoundsException(() -> sb.subSequence(3, 2));
17051705

17061706
// Normal cases

0 commit comments

Comments
 (0)