mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
macros: fix typo in select macro docs (#3629)
This commit is contained in:
@@ -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:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user