fix: rename

This commit is contained in:
pablo 2025-10-27 10:15:02 +02:00
parent 831af4563d
commit 0ff0c97842
No known key found for this signature in database
GPG Key ID: 78F35FCC60FDC63A

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`.