Skip to content

Commit 1cc51b2

Browse files
committed
---
yaml --- r: 114548 b: refs/heads/master c: 24b1ce1 h: refs/heads/master v: v3
1 parent 674867a commit 1cc51b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3482ab3699784d5fa838b8e3ddbef9dee19bce2d
2+
refs/heads/master: 24b1ce1daf9dbf66d04116d0549a48a7610bc614
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/libstd/macros.rs

Lines changed: 3 additions & 3 deletions
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)