Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
updated typo in Primitive Lists Example:38 from creCreate to Create.

Update 2-Collection_Containers.adoc changed from Create to create, 'c' smallcase.
  • Loading branch information
Akash3121 committed Sep 9, 2022
1 parent edae431 commit 697af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2-Collection_Containers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ They are named *{IntArrayList}*, *{FloatArrayList}* etc.
Current JVMs use one byte per boolean in a *boolean[]* (instead of one bit per boolean).
Thus the *BooleanArrayList* is backed by a *java.util.BitSet* as an optimization.
.our ways to creCreate an *IntArrayList*, use one of the following:
.our ways to create an *IntArrayList*, use one of the following:
====
[source,java]
----
Expand Down

0 comments on commit 697af57

Please sign in to comment.