Skip to content

Commit 316fc58

Browse files
authored
Merge pull request #1086 from PrettyWood/patch-2
remove small typo in hint of threads3
2 parents 0e7de2e + 8a4dca5 commit 316fc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ An alternate way to handle concurrency between threads is to use
988988
a mpsc (multiple producer, single consumer) channel to communicate.
989989
With both a sending end and a receiving end, it's possible to
990990
send values in one thread and receieve them in another.
991-
Multiple producers are possibile by using clone() to create a duplicate
991+
Multiple producers are possible by using clone() to create a duplicate
992992
of the original sending end.
993993
See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info.
994994
"""

0 commit comments

Comments
 (0)