Skip to content

Commit

Permalink
Remove incorrect statement about line ending content in lines doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 1, 2020
1 parent 47279b3 commit b2d7b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ impl str {
/// a line feed (`\r\n`).
///
/// The final line ending is optional. A string that ends with a final line
/// ending (carriage return or line feed) will return the same lines as an
/// otherwise identical string without a final line ending.
/// ending will return the same lines as an otherwise identical string
/// without a final line ending.
///
/// # Examples
///
Expand Down

0 comments on commit b2d7b3a

Please sign in to comment.