chore: fix some minor issues in comments - #2853
Conversation
Signed-off-by: cuoguojida <cuoguojida@outlook.com>
Greptile SummaryThis PR fixes minor grammatical and stylistic issues in code comments across three files — no logic or behaviour changes are included.
Confidence Score: 5/5All changes are restricted to code comments; no executable code is modified. Every diff line touches only comment text. The fixes are correct (idiomatic Go doc style, removed duplicate word, grammar correction), and there is no risk of runtime regression. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: fix comments] --> B[network/p2p/p2p.go\ngrammar fix in bootstrapDiscovery comment]
A --> C[protocol/v2/ssv/runner/runner.go\nremove duplicate 'validated' word]
A --> D[storage/badger/badger.go\nfix 4 Go doc comments to third-person form]
B --> E[No logic change]
C --> E
D --> E
Reviews (1): Last reviewed commit: "chore: fix some minor issues in comments" | Re-trigger Greptile |
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 30 days if there are no updates. Please comment if you would like to keep it open. |
|
@momosh-ssv @ovidiu-ssv-labs @iurii-ssv Hi, Could you please review this PR at your convenience? Thank you very much. |
fix some minor issues in comments