Browse Source

Missing word in explanation ex085

Dave Gauer 4 years ago
parent
commit
2408f420bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/085_async2.zig

+ 1 - 1
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