Remove incorrect statement about line ending content in lines doc change
This commit is contained in:
parent
47279b33e0
commit
b2d7b3aa26
1 changed files with 2 additions and 2 deletions
|
@ -843,8 +843,8 @@ impl str {
|
||||||
/// a line feed (`\r\n`).
|
/// a line feed (`\r\n`).
|
||||||
///
|
///
|
||||||
/// The final line ending is optional. A string that ends with a final line
|
/// 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
|
/// ending will return the same lines as an otherwise identical string
|
||||||
/// otherwise identical string without a final line ending.
|
/// without a final line ending.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue