Skip to content

Commit

Permalink
Merge pull request rust-lang#1086 from PrettyWood/patch-2
Browse files Browse the repository at this point in the history
remove small typo in hint of threads3
  • Loading branch information
shadows-withal committed Jul 19, 2022
2 parents 15201f4 + 4d80073 commit 1e5fc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ An alternate way to handle concurrency between threads is to use
a mpsc (multiple producer, single consumer) channel to communicate.
With both a sending end and a receiving end, it's possible to
send values in one thread and receieve them in another.
Multiple producers are possibile by using clone() to create a duplicate
Multiple producers are possible by using clone() to create a duplicate
of the original sending end.
See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info.
"""
Expand Down

0 comments on commit 1e5fc89

Please sign in to comment.