fix: remove comma in 02_execution_05_io

This commit is contained in:
zll600 2023-01-15 18:07:18 +08:00
parent e224ead527
commit ab589b275a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ impl IoBlocker {
/// A set of signals that may appear on the `io_object` for
/// which an event should be triggered, paired with
/// an ID to give to events that result from this interest.
event: Event,
event: Event
) { /* ... */ }
/// Block until one of the events occurs.