We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3317d6 commit 5872ae4Copy full SHA for 5872ae4
src/libstd/sync/mpsc/mod.rs
@@ -114,7 +114,7 @@
114
//! ```
115
//!
116
//! Reading from a channel with a timeout requires to use a Timer together
117
-//! with the channel. You can use the select! macro to select either and
+//! with the channel. You can use the `select!` macro to select either and
118
//! handle the timeout case. This first example will break out of the loop
119
//! after 10 seconds no matter what:
120
0 commit comments