Skip to content

Commit df5c889

Browse files
authored
word change
there are three significantly different things printed below
1 parent cbe7c5c commit df5c889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
//! println!("{}, `{name:>8.*}` has 3 right-aligned characters", "Hello", 3, name="1234.56");
240240
//! ```
241241
//!
242-
//! print two significantly different things:
242+
//! print three significantly different things:
243243
//!
244244
//! ```text
245245
//! Hello, `1234.560` has 3 fractional digits

0 commit comments

Comments
 (0)