Files
陈志谦 651ca78d2d Fix small typos in comments across segment and storage crates (#10681)
* Fix small typos in comments across segment and storage crates

- AddLearnerPeer -> AddLearnerNode (the ConfChangeType name used by the
  matched WAL entries)
- 'adding adding' -> 'adding' in the progress_tracker debug assertion
- CanellationToken -> CancellationToken in the snapshots recovery
  comment
- 'any of of' -> 'any of' and 'valuse_set' -> 'value_set' in json_path
  comments
- 'is not not changed' -> 'is not changed' in the mutable null index

* Style: collapse the debug_assert to one line per rustfmt

Nightly rustfmt prefers the single-line form now that the message
fits (follow-up to the typo fix).
2026-09-18 11:16:10 +02:00
..
2026-07-22 14:34:33 +00:00