Skip to content

Commit ff89b09

Browse files
committed
fix grammar
1 parent fe2c44b commit ff89b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/tanstack-router-route-matching-tree-rewrite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ And to read from the bitmask:
9898
if (skipped & (1 << depth)) // segment at 'depth' was skipped
9999
```
100100

101-
The downside is that this limits us to 32 segments, beyond what optional segments will never be considered skipped. We could extend this to a `BigInt` if needed, but for now, it's feels reasonable.
101+
The downside is that this limits us to 32 segments, beyond which optional segments will never be considered skipped. We could extend this to a `BigInt` if needed, but for now, it's feels reasonable.
102102

103103

104104
### Reusing Typed Arrays for Segment Parsing

0 commit comments

Comments
 (0)