-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 a couple of bad Markdown links #38922
Conversation
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -81,7 +81,8 @@ use time::SystemTime; | |||
/// # } | |||
/// ``` | |||
/// | |||
/// [`BufReader`]: ../io/struct.BufReader.html | |||
//! [`Read`]: ../io/trait.Read.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The exclamation mark looks like a typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
7c30257
to
58aac45
Compare
r? |
@bors: r+ rollup |
📌 Commit 58aac45 has been approved by |
…r=steveklabnik Fix a couple of bad Markdown links
No description provided.