From 2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 25 May 2021 11:51:58 -0400 Subject: [PATCH] Missing word in explanation ex085 --- exercises/085_async2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/085_async2.zig b/exercises/085_async2.zig index cec5c2b..77da106 100644 --- a/exercises/085_async2.zig +++ b/exercises/085_async2.zig @@ -1,6 +1,6 @@ // // So, 'suspend' returns control to the place from which it was -// called (the "call site"). How do we control back to the +// called (the "call site"). How do we give control back to the // suspended function? // // For that, we have a new keyword called 'resume' which takes an