Skip to content

Commit

Permalink
minor copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 23, 2024
1 parent b96451a commit c4764e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugo-site/layouts/shortcodes/summary-delta-sync/sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion hugo-site/static/html/swscale.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3 class="title is-4">Average Path Length vs Network Size</h3>
if (numPeers > maxPeers) return;

initializeNetwork();
draw();
draw();w
const avgPathLength = simulateRoutingTrials();
averagePathLengths.push({ numPeers, pathLength: avgPathLength });
plotAveragePathLength();
Expand Down

0 comments on commit c4764e4

Please sign in to comment.