Skip to content

Commit 9d6d360

Browse files
committed
README updates.
1 parent 3700b23 commit 9d6d360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ from handle array positions and bounds. This is why we recommend `ManagedBulkCom
140140

141141
Both bulk compressors loop through the data in parallel by calling `IntStream.range().parallel()`.
142142

143-
Let's take `compactedMass` from the previous example and show how we can populate it with data from all customers.
143+
Let's take `compactedMass` from the previous example and show how we can populate it with data from all customers:
144144

145145
```java
146146
byte[][] compactedMass = new byte[100000000][]; // Data for 100 million customers.

0 commit comments

Comments
 (0)