Skip to content

Commit

Permalink
docs: s/performed/queued/
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jun 22, 2024
1 parent 235011c commit 1d6bccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/aio-dynamic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defer work.deinit(std.heap.page_allocator);
### Queuing operations

It is possible to queue either single or multiple operations just like with the immediate api.
The call to queue is atomic, if the call fails, none of the operations will be actually performed.
The call to queue is atomic, if the call fails, none of the operations will be actually queued.

```zig
// Multiple operations
Expand Down

0 comments on commit 1d6bccb

Please sign in to comment.