Skip to content

Commit

Permalink
Fix typo in comment in EncoderLookup (Jelly-RDF#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel authored Nov 11, 2024
1 parent 2d428d8 commit 33c133e
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 @@ public LookupEntry(int getId, int setId, boolean newEntry) {
* The doubly-linked list of entries, with 1-based indexing.
* Each entry is represented by two integers: left and right.
* The head pointer is in table[1].
* The first valid entry is in table[3] – table[4].
* The first valid entry is in table[2] – table[3].
*/
private final int[] table;

Expand Down

0 comments on commit 33c133e

Please sign in to comment.