all repos — gemini-redirect @ 2694d373ca33c4ca68a4a6f7cd463e46e242102c

Slightly less confusing wording
Lonami Exo totufals@hotmail.com
Thu, 18 Feb 2021 21:04:46 +0100
commit

2694d373ca33c4ca68a4a6f7cd463e46e242102c

parent

fa9844de372587f48496b20742c06764cd2f7084

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M content/blog/woce-2.mdcontent/blog/woce-2.md

@@ -387,7 +387,7 @@

Let's do that: ```rust -// new vector to hold the locations, before getting into `memory.windows(target.len())` +// new vector to hold the locations, before getting into `memory.windows`' for-each let mut locations = Vec::with_capacity(regions.len()); // -snip-