Uh oh!
There was an error while loading. Please reload this page.
Minor modifications in concurrency section of the Rust book - #36957
Conversation
There was a problem hiding this comment.
This is a very minor detail, but is it possible you could use the 'dash' character (—) instead of a 'hyphen' character (-) for this?
frewsxcv
commented
Oct 4, 2016
Minus the punctuation change, looks good to me! |
nikhilshagri
commented
Oct 4, 2016
@frewsxcv Fixed it! |
frewsxcv
commented
Oct 4, 2016
Strange, it looks like there are two hyphens now. Do you also see that in the diff? |
nikhilshagri
commented
Oct 4, 2016
It appears like that in the diff, but I think the two hyphens are automatically fused together to form a larger hyphen in the actual markdown page. I haven't checked yet. |
GuillaumeGomez
commented
Oct 4, 2016
I see them as two hyphens as well. Dark magic. |
nikhilshagri
commented
Oct 4, 2016
Fixed it. I was under the impression that the long dash is formed by joining the two small dashes. To rectify this, I actually copied the dash character from here and pasted it in the code because I wasn't able to find a way to type it from my keyboard 😅 |
frewsxcv
commented
Oct 4, 2016
Looks great, thanks! r=me |
steveklabnik
commented
Oct 4, 2016
bors
commented
Oct 4, 2016
📌 Commit 335d393 has been approved by |
Minor modifications in concurrency section of the Rust book Fixesrust-lang#36939 r? @steveklabnik
Fixes#36939
r? @steveklabnik