Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo in std::path documentation. #43229

Merged

Conversation

kennytm
Copy link
Member

@kennytm kennytm commented Jul 14, 2017

Fix minor typo in std::path documentation.

Replace all 'C' as u8 with b'C'.

Replace all `'C' as u8` with `b'C'`.
@steveklabnik
Copy link
Member

There's some other stuff in here too, but it all looks good to me, thanks!

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Jul 14, 2017

📌 Commit 1da51cc has been approved by steveklabnik

@shepmaster shepmaster added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 14, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Jul 15, 2017
…ative-hahaha, r=steveklabnik

Fix minor typo in std::path documentation.

Fix minor typo in `std::path` documentation.

Replace all `'C' as u8` with `b'C'`.
bors added a commit that referenced this pull request Jul 15, 2017
Rollup of 8 pull requests

- Successful merges: #43074, #43145, #43159, #43202, #43222, #43228, #43229, #43240
- Failed merges:
@bors bors merged commit 1da51cc into rust-lang:master Jul 15, 2017
@bors
Copy link
Contributor

bors commented Jul 15, 2017

⌛ Testing commit 1da51cc with merge a783fe2...

@kennytm kennytm deleted the return-false-if-path-is-relative-hahaha branch July 20, 2017 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants