diff --git a/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html b/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html index 96164961..15368a76 100644 --- a/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html +++ b/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html @@ -663,7 +663,7 @@ "Each peer generates a summary of its current state.", "Peers exchange their summaries to identify differences.", "Each peer calculates what data the other peer is missing.", - "Peers exchange and merge deltas to achieve consistent state." + "Each peer sends the missing data (the \"delta\") to the other peer." ]; function updateStepCaption() { diff --git a/hugo-site/static/html/swscale.html b/hugo-site/static/html/swscale.html index d7999f95..ba18f70f 100644 --- a/hugo-site/static/html/swscale.html +++ b/hugo-site/static/html/swscale.html @@ -195,7 +195,7 @@