From 0ff0c97842d56d5a2a6537157d74f5efd6d035f1 Mon Sep 17 00:00:00 2001
From: pablo
Date: Mon, 27 Oct 2025 10:15:02 +0200
Subject: [PATCH] fix: rename
---
standards/application/segmentation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standards/application/segmentation.md b/standards/application/segmentation.md
index e5a0c7c..3d1d128 100644
--- a/standards/application/segmentation.md
+++ b/standards/application/segmentation.md
@@ -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`.