We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4aef6 commit 7b97cf9Copy full SHA for 7b97cf9
src/libcore/str/mod.rs
@@ -4000,11 +4000,11 @@ impl str {
4000
/// # Examples
4001
///
4002
/// ```
4003
- /// let mut s = String::from("Grüße, Jürgen ❤");
+ /// let mut s = String::from("GRÜßE, JÜRGEN ❤");
4004
4005
/// s.make_ascii_lowercase();
4006
4007
- /// assert_eq!("grüße, jürgen ❤", s);
+ /// assert_eq!("grÜße, jÜrgen ❤", s);
4008
4009
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")]
4010
pub fn make_ascii_lowercase(&mut self) {
0 commit comments