fix: rename

This commit is contained in:
pablo 2025-10-27 10:15:02 +02:00 committed by Igor Sirotin
parent 79e1d0171e
commit 8a35369f75
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -24,7 +24,7 @@ Erasure-coded parity segments provide resilience against partial loss or reorder
## Terminology
- **original message**: the full application payload before segmentation.
- **original payload**: the full application payload before segmentation.
- **data segment**: one of the partitioned chunks of the original message payload.
- **parity segment**: an erasure-coded segment derived from the set of data segments.
- **segment message**: a wire-message whose `payload` field carries a serialized `SegmentMessageProto`.