We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746d086 commit c710023Copy full SHA for c710023
src/libstd/macros.rs
@@ -331,11 +331,11 @@ macro_rules! vec(
331
)
332
333
334
-/// A macro to select an event from a number of ports.
+/// A macro to select an event from a number of receivers.
335
///
336
/// This macro is used to wait for the first event to occur on a number of
337
-/// ports. It places no restrictions on the types of ports given to this macro,
338
-/// this can be viewed as a heterogeneous select.
+/// receivers. It places no restrictions on the types of receivers given to
+/// this macro, this can be viewed as a heterogeneous select.
339
340
/// # Example
341
0 commit comments