-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
This chunk was supposedly copy-pasted as is from std::str::from_utf8
Lines 430 to 432 in bdfd698
/// Converts a vector of bytes to a `String`. | |
/// | |
/// A string slice ([`&str`]) is made of bytes ([`u8`]), and a vector of bytes |
It should read
A String ([`String`]) is made of bytes
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Activity
sam09 commentedon Aug 22, 2019
Hi there. Can I pick this up as first-timer task?
fix several issues in String docs
Rollup merge of rust-lang#64737 - jordins:master, r=steveklabnik