Skip to content

Commit

Permalink
Merge pull request #3570 from glasser/patch-1
Browse files Browse the repository at this point in the history
Fix em dashes
  • Loading branch information
chriskrycho authored Apr 8, 2024
2 parents dacef10 + d454a70 commit 050b394
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 @@ -52,7 +52,7 @@ producer for now, but we’ll add multiple producers when we get this example
working.

The `mpsc::channel` function returns a tuple, the first element of which is the
sending end--the transmitter--and the second element is the receiving end--the
sending endthe transmitterand the second element is the receiving endthe
receiver. The abbreviations `tx` and `rx` are traditionally used in many fields
for *transmitter* and *receiver* respectively, so we name our variables as such
to indicate each end. We’re using a `let` statement with a pattern that
Expand Down

0 comments on commit 050b394

Please sign in to comment.