Skip to content

Commit 4780228

Browse files
committed
docs: typo
1 parent 393f497 commit 4780228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/AdjacencyList.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Given a capacity of `c`:
401401

402402
- The first 3 values in the `Uint32Array` are the header: `HEADER_SIZE = 3`
403403
- The hash table is always equal to the capacity: `c`
404-
- The addressable space is equal to the capacity times the item size: `IITEM_SIZE * c`
404+
- The addressable space is equal to the capacity times the item size: `ITEM_SIZE * c`
405405
- The item size is equal to the number of fields on an edge record: `ITEM_SIZE = 8`
406406

407407
The size of the `Uint32Array` is therefore `3 + 9c`.
@@ -611,7 +611,7 @@ Given a capacity of `c`:
611611
- `TYPE` have the same meaning as in `SharedTypeMap`
612612
- `NEXT_ID` tracks the number of unique node ids issued by `addNode`
613613
- The hash table is always equal to the capacity: `c`
614-
- The addressable space is equal to the capacity times the item size: `IITEM_SIZE * c`
614+
- The addressable space is equal to the capacity times the item size: `ITEM_SIZE * c`
615615
- The item size is equal to the number of fields on a node record: `ITEM_SIZE = 6`
616616
- these are the 6 fields describe in [Node fields](#node-fields)
617617

0 commit comments

Comments
 (0)