File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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)
7878It’s useful to validate the input and throw errors when invalid characters are found.
7979You 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
8181you don't want a single invalid character to halt the entire process.
8282It’s better to occasionally display an incorrect character than to abort the entire operation.
8383``` java
You can’t perform that action at this time.
0 commit comments