Skip to content

Commit

Permalink
macros: fix typo in select macro docs (#3629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Mar 21, 2021
1 parent 69b129b commit 63395f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/macros/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
/// are always ready.
///
/// This behavior can be overridden by adding `biased;` to the beginning of the
/// macro usage. See the exmples for details. This will cause `select` to poll
/// macro usage. See the examples for details. This will cause `select` to poll
/// the futures in the order they appear from top to bottom. There are a few
/// reasons you may want this:
///
Expand Down

0 comments on commit 63395f0

Please sign in to comment.