Commit 0a25e82
Rewrite row-marker comment to describe full-word detection
The module comment in constants.py still described row-marker detection
as a first-byte check, which predates the tightening to full 8-byte
sentinel validation. Reword so readers land on the current mental model
and the comment points at the bytes constants that actually drive
detection.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3ce67a2 commit 0a25e82
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments