Skip to content

Commit c710023

Browse files
committed
std: change select! docs from 'ports' to 'receivers'
1 parent 746d086 commit c710023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/macros.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,11 @@ macro_rules! vec(
331331
)
332332

333333

334-
/// A macro to select an event from a number of ports.
334+
/// A macro to select an event from a number of receivers.
335335
///
336336
/// 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.
337+
/// receivers. It places no restrictions on the types of receivers given to
338+
/// this macro, this can be viewed as a heterogeneous select.
339339
///
340340
/// # Example
341341
///

0 commit comments

Comments
 (0)