Skip to content

Commit 2ec7588

Browse files
Update library/core/src/num/mod.rs
Co-authored-by: Josh Triplett <[email protected]>
1 parent 54d807c commit 2ec7588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl u8 {
282282
/// ```
283283
///
284284
/// [`make_ascii_uppercase`]: Self::make_ascii_uppercase
285-
#[must_use = "to uppercase the value in-place, use `make_ascii_lowercase()`"]
285+
#[must_use = "to uppercase the value in-place, use `make_ascii_uppercase()`"]
286286
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")]
287287
#[rustc_const_stable(feature = "const_ascii_methods_on_intrinsics", since = "1.52.0")]
288288
#[inline]

0 commit comments

Comments
 (0)