Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 23, 2024
1 parent c4764e4 commit 9b84340
Showing 1 changed file with 1 addition and 1 deletion.
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();w
draw();
const avgPathLength = simulateRoutingTrials();
averagePathLengths.push({ numPeers, pathLength: avgPathLength });
plotAveragePathLength();
Expand Down

0 comments on commit 9b84340

Please sign in to comment.