diff options
| author | Dave Gauer <[email protected]> | 2021-05-25 11:51:58 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-25 11:51:58 -0400 |
| commit | 2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92 (patch) | |
| tree | b58b9d837406764e51ae5e485ee68eae633e5015 | |
| parent | 58daa603a447f1757c92ece65b0cf83f4449c9ae (diff) | |
| download | ziglings-2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92.tar.xz ziglings-2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92.zip | |
Missing word in explanation ex085
| -rw-r--r-- | exercises/085_async2.zig | 2 |
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 |
