File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3770c42a4959cbabc73da52abc7e3db96657974e
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5
- refs/heads/try: 3482ab3699784d5fa838b8e3ddbef9dee19bce2d
5
+ refs/heads/try: 24b1ce1daf9dbf66d04116d0549a48a7610bc614
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -331,11 +331,11 @@ macro_rules! vec(
331
331
)
332
332
333
333
334
- /// A macro to select an event from a number of ports .
334
+ /// A macro to select an event from a number of receivers .
335
335
///
336
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.
337
+ /// receivers . It places no restrictions on the types of receivers given to
338
+ /// this macro, this can be viewed as a heterogeneous select.
339
339
///
340
340
/// # Example
341
341
///
You can’t perform that action at this time.
0 commit comments