mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
doc wording improvements
Co-authored-by: Simon Farnsworth <simon@farnz.org.uk>
This commit is contained in:
parent
4dbd2562b4
commit
215a4b6c2d
@ -635,7 +635,7 @@ pub use macros::Debug;
|
||||
///
|
||||
/// # Internationalization
|
||||
///
|
||||
/// Because a type only has one `Display` implementation, it is often preferable
|
||||
/// Because a type can only have one `Display` implementation, it is often preferable
|
||||
/// to only implement `Display` when there is a single most "obvious" way that
|
||||
/// values can be formatted as text. This could mean formatting according to the
|
||||
/// "invariant" culture and "undefined" locale, or it could mean that the type
|
||||
|
Loading…
Reference in New Issue
Block a user