Commit db27c73
docs(fork-choice): trim drifted numbered overviews in docstrings (#1142)
Two docstrings carried numbered overview lists that duplicated the
method bodies' own labeled section comments and had drifted out of sync.
The attestation validation docstring listed seven checks while the body
has six labeled sections.
The block-processing docstring listed four steps but omitted the
duplicate-data rejection and signature verification the body performs.
Trim each numbered list to a single accurate summary line.
The labeled body comments remain the source of truth.
Docs-only change. just check passes.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f5ba905 commit db27c73
1 file changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 182 | + | |
190 | 183 | | |
191 | 184 | | |
192 | 185 | | |
| |||
528 | 521 | | |
529 | 522 | | |
530 | 523 | | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
| 524 | + | |
537 | 525 | | |
538 | 526 | | |
539 | 527 | | |
| |||
0 commit comments