Commit e94effe
docs(slot): list only reachable justifiable-slot examples (#1125)
The inline comments for the perfect-square and pronic rules listed
delta values (1, 2, 4) that the immediate-window early return catches
first, so they never reach those checks. Annotate that the small
values are handled by Rule 1 and show the first delta that actually
reaches each rule (square 9, pronic 6).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a8b0320 commit e94effe
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments