Skip to content

Commit

Permalink
doc wording improvements
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Farnsworth <[email protected]>
  • Loading branch information
CAD97 and farnz committed Mar 5, 2024
1 parent 4dbd256 commit 215a4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/fmt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 215a4b6

Please sign in to comment.