Commit 95ead35
fix: correct JSDoc position range to match code validation (1-70)
The JSDoc comment states the valid position range is '1 to 75', but the code validates against topMaxValidPosition = 70.
This PR fixes the documentation to match the implementation.1 parent 3b53377 commit 95ead35
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments