word change

there are three significantly different things printed below
This commit is contained in:
José Luis Cruz 2020-08-11 22:33:11 +02:00 committed by GitHub
parent cbe7c5ce70
commit df5c889784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@
//! println!("{}, `{name:>8.*}` has 3 right-aligned characters", "Hello", 3, name="1234.56");
//! ```
//!
//! print two significantly different things:
//! print three significantly different things:
//!
//! ```text
//! Hello, `1234.560` has 3 fractional digits