Slightly less confusing wording
Lonami Exo totufals@hotmail.com
Thu, 18 Feb 2021 21:04:46 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
content/blog/woce-2.md
→
content/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-