Skip to content

Commit 10f0556

Browse files
committed
Tweaks.
1 parent 4d8e006 commit 10f0556

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
@@ -77,7 +77,7 @@ order the binary search will follow. It's good practice to define your custom ch
7777
#### Catching invalid characters (useful for testing and debugging)
7878
It’s useful to validate the input and throw errors when invalid characters are found.
7979
You can enable character validation by using any constructor with `throwException` parameter.
80-
Validations are not recommended for production because you will likely be allocating massive amounts of gigabytes, and
80+
Validations are not recommended for production because you will likely be allocating massive amounts of data, and
8181
you don't want a single invalid character to halt the entire process.
8282
It’s better to occasionally display an incorrect character than to abort the entire operation.
8383
```java

0 commit comments

Comments
 (0)