Skip to content

Commit

Permalink
Remove parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Jan 13, 2024
1 parent ed273fa commit f103bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We can map [`WouldBlock`](enum.Error.html) to different blocking and
non-blocking models:

- In blocking mode, [`WouldBlock`](enum.Error.html) means try again right
now (i.e. busy wait).
now, i.e. busy waiting.
- In `async` mode, [`WouldBlock`](enum.Error.html) means
[`Poll::Pending`](https://doc.rust-lang.org/core/task/enum.Poll.html#variant.Pending).

Expand Down

0 comments on commit f103bb3

Please sign in to comment.