macros: fix typo in select macro docs (#3629)

This commit is contained in:
Ibraheem Ahmed
2021-03-21 20:10:28 +01:00
committed by GitHub
parent 69b129b405
commit 63395f061e
+1 -1
View File
@@ -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:
///