Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Breus authored Dec 22, 2024
1 parent cfbf6ff commit 2e48b34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* <p>Further, at initialization time, a case-insensitive radix trie is created such that any casing
* transformations on the looked-up keys during search are avoided.
*
* <p>We can also make a radix trie that looks at bytes instead of characters, so that we can use
* <p>We create a radix trie that looks at bytes instead of characters, so that we can use
* the bytes and offsets directly in the incoming JSON for comparison and make sure there are no
* allocations at all.
*/
Expand Down

0 comments on commit 2e48b34

Please sign in to comment.