We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61c742 commit 79a52a0Copy full SHA for 79a52a0
library/alloc/src/string.rs
@@ -1392,7 +1392,7 @@ impl String {
1392
1393
/// Appends the given [`char`] to the end of this `String`.
1394
///
1395
- /// Note: When pushing a char, it is automatically converted to its UTF-8 byte representation since Rust strings are UTF-8 encoded.
+ /// Since Rust strings are UTF-8 encoded, the pushed char will automatically converted to its UTF-8 byte representation.
1396
1397
/// # Examples
1398
0 commit comments