Skip to content

Commit 2c314e0

Browse files
committed
Normalize spelling
1 parent 24aeebf commit 2c314e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/collections4/list/TreeList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* A {@code List} implementation that is optimized for fast insertions and
3434
* removals at any index in the list.
3535
* <p>
36-
* This list implementation utilises a tree structure internally to ensure that
36+
* This list implementation utilizes a tree structure internally to ensure that
3737
* all insertions and removals are O(log n). This provides much faster performance
3838
* than both an {@code ArrayList} and a {@code LinkedList} where elements
3939
* are inserted and removed repeatedly from anywhere in the list.

0 commit comments

Comments
 (0)