File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ use crate::utils;
20
20
///
21
21
/// This channel has a growable buffer that can hold any number of messages at a time.
22
22
///
23
- /// For more info on how to use it see [module level documentation](index.html).
23
+ /// For more info on how to use the channel see [module level documentation](index.html).
24
24
///
25
25
/// # Examples
26
26
///
@@ -63,7 +63,7 @@ pub fn unbounded<T>() -> (Sender<T>, Receiver<T>) {
63
63
/// A special case is zero-capacity channel, which cannot hold any messages. Instead, send and
64
64
/// receive operations must appear at the same time in order to pair up and pass the message over.
65
65
///
66
- /// For more info on how to use it see [module level documentation](index.html).
66
+ /// For more info on how to use the channel see [module level documentation](index.html).
67
67
///
68
68
/// # Examples
69
69
///
You can’t perform that action at this time.
0 commit comments