We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dced84a + 1959337 commit ea21e9eCopy full SHA for ea21e9e
std/src/sync/mpmc/mod.rs
@@ -187,7 +187,7 @@ use crate::time::{Duration, Instant};
187
/// sender.send(expensive_computation()).unwrap();
188
/// });
189
///
190
-/// // Do some useful work for awhile
+/// // Do some useful work for a while
191
192
/// // Let's see what that answer was
193
/// println!("{:?}", receiver.recv().unwrap());
std/src/sync/mpsc.rs
@@ -509,7 +509,7 @@ pub enum TrySendError<T> {
509
510
511
512
513
514
515
0 commit comments