aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/085_async2.zig
diff options
context:
space:
mode:
authorDave Gauer <ratfactor@gmail.com>2021-05-25 11:51:58 -0400
committerGitHub <noreply@github.com>2021-05-25 11:51:58 -0400
commit2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92 (patch)
treeb58b9d837406764e51ae5e485ee68eae633e5015 /exercises/085_async2.zig
parent58daa603a447f1757c92ece65b0cf83f4449c9ae (diff)
Missing word in explanation ex085
Diffstat (limited to 'exercises/085_async2.zig')
-rw-r--r--exercises/085_async2.zig2
1 files changed, 1 insertions, 1 deletions
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