We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47279b3 commit b2d7b3aCopy full SHA for b2d7b3a
library/core/src/str/mod.rs
@@ -843,8 +843,8 @@ impl str {
843
/// a line feed (`\r\n`).
844
///
845
/// The final line ending is optional. A string that ends with a final line
846
- /// ending (carriage return or line feed) will return the same lines as an
847
- /// otherwise identical string without a final line ending.
+ /// ending will return the same lines as an otherwise identical string
+ /// without a final line ending.
848
849
/// # Examples
850
0 commit comments