aboutsummaryrefslogtreecommitdiff
path: root/_content/blog/allocation-optimizations.md
diff options
context:
space:
mode:
Diffstat (limited to '_content/blog/allocation-optimizations.md')
-rw-r--r--_content/blog/allocation-optimizations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/blog/allocation-optimizations.md b/_content/blog/allocation-optimizations.md
index 507541da..d69e4ced 100644
--- a/_content/blog/allocation-optimizations.md
+++ b/_content/blog/allocation-optimizations.md
@@ -287,7 +287,7 @@ operated on a stack-backed slice up to the return point.
We do pay the cost for a copy, but that cost is almost completely
offset by the copies in the startup phase that we no longer have to
-do. (In fact, the the new scheme at worst has to copy one more element
+do. (In fact, the new scheme at worst has to copy one more element
than the old scheme.)
## Wrapping up