We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61034ed commit 653ddd6Copy full SHA for 653ddd6
library/core/src/fmt/mod.rs
@@ -635,7 +635,7 @@ pub use macros::Debug;
635
///
636
/// # Internationalization
637
638
-/// 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
639
/// to only implement `Display` when there is a single most "obvious" way that
640
/// values can be formatted as text. This could mean formatting according to the
641
/// "invariant" culture and "undefined" locale, or it could mean that the type
0 commit comments