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 96098d2 + 86506fa commit a2f66e6Copy full SHA for a2f66e6
info.toml
@@ -1012,7 +1012,7 @@ hint = """
1012
An alternate way to handle concurrency between threads is to use
1013
a mpsc (multiple producer, single consumer) channel to communicate.
1014
With both a sending end and a receiving end, it's possible to
1015
-send values in one thread and receieve them in another.
+send values in one thread and receive them in another.
1016
Multiple producers are possible by using clone() to create a duplicate
1017
of the original sending end.
1018
See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info.
0 commit comments