Skip to content

Commit

Permalink
Update ch16-02-message-passing.md
Browse files Browse the repository at this point in the history
Fixed a grammatical error
  • Loading branch information
AndyBarnard authored and carols10cents committed Jul 20, 2022
1 parent 83788ff commit 36383b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch16-02-message-passing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Here, we’ll work up to a program that has one thread to generate values and
send them down a channel, and another thread that will receive the values and
print them out. We’ll be sending simple values between threads using a channel
to illustrate the feature. Once you’re familiar with the technique, you could
use channels for any threads that needs to communicate between each other, such
use channels for any threads that need to communicate between each other, such
as a chat system or a system where many threads perform parts of a calculation
and send the parts to one thread that aggregates the results.

Expand Down

0 comments on commit 36383b4

Please sign in to comment.