Skip to content

Commit 050b394

Browse files
authored
Merge pull request #3570 from glasser/patch-1
Fix em dashes
2 parents dacef10 + d454a70 commit 050b394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch16-02-message-passing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ producer for now, but we’ll add multiple producers when we get this example
5252
working.
5353

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

0 commit comments

Comments
 (0)