diff options
| author | bors <bors@rust-lang.org> | 2014-05-28 04:21:42 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-28 04:21:42 -0700 |
| commit | bee42a9413f0ecc65110b16846fb92ae1ba91dba (patch) | |
| tree | 3e0df8bee35835f4d9c0284183cc8ebd649c0614 /src/libstd | |
| parent | 0a092a815861cbbf3585c7edfb12f4234cfbaeb9 (diff) | |
| parent | c710023197afaf66ff1843898cd8a4550e4c9201 (diff) | |
| download | rust-bee42a9413f0ecc65110b16846fb92ae1ba91dba.tar.gz rust-bee42a9413f0ecc65110b16846fb92ae1ba91dba.zip | |
auto merge of #14459 : seanmonstar/rust/select-docs, r=alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/macros.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index 1c616bdcbbf..28b4552fd4c 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -331,11 +331,11 @@ macro_rules! vec( ) -/// A macro to select an event from a number of ports. +/// A macro to select an event from a number of receivers. /// /// This macro is used to wait for the first event to occur on a number of -/// ports. It places no restrictions on the types of ports given to this macro, -/// 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. /// /// # Example /// |
