···2828### Deadlines and Cancelation
29293030Each IO operation creates a `Task`. When scheduling a task on the runtime, the
3131-caller receives a pointer to the `Task` at which point they may cancel it, or
3232-set a deadline:
3131+caller receives a pointer to the `Task` at which point they could cancel it, or
3232+set a deadline.
33333434```zig
3535// Timers are always relative time