aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event/batch.zig
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2020-05-05 05:19:17 -0600
committerTadeo Kondrak <me@tadeo.ca>2020-05-05 05:55:27 -0600
commitfdfdac493998a180eeffdcab66e579e7af250039 (patch)
tree239aa11cced7ca37b35a07363ffc397177907f2e /lib/std/event/batch.zig
parent2c9204032d1c839d8d577113a9c4def4b9ea9b94 (diff)
downloadzig-fdfdac493998a180eeffdcab66e579e7af250039.tar.gz
zig-fdfdac493998a180eeffdcab66e579e7af250039.zip
update comments for nosuspend
Diffstat (limited to 'lib/std/event/batch.zig')
-rw-r--r--lib/std/event/batch.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/event/batch.zig b/lib/std/event/batch.zig
index 26c0d5fab0..9c424fcd2c 100644
--- a/lib/std/event/batch.zig
+++ b/lib/std/event/batch.zig
@@ -21,7 +21,7 @@ pub fn Batch(
/// usual recommended option for this parameter.
auto_async,
- /// Always uses the `noasync` keyword when using `await` on the jobs,
+ /// Always uses the `nosuspend` keyword when using `await` on the jobs,
/// making `add` and `wait` non-async functions. Asserts that the jobs do not suspend.
never_async,