Skip to content

Commit 653ddd6

Browse files
CAD97farnz
andauthored
doc wording improvements
Co-authored-by: Simon Farnsworth <[email protected]>
1 parent 61034ed commit 653ddd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/fmt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ pub use macros::Debug;
635635
///
636636
/// # Internationalization
637637
///
638-
/// Because a type only has one `Display` implementation, it is often preferable
638+
/// Because a type can only have one `Display` implementation, it is often preferable
639639
/// to only implement `Display` when there is a single most "obvious" way that
640640
/// values can be formatted as text. This could mean formatting according to the
641641
/// "invariant" culture and "undefined" locale, or it could mean that the type

0 commit comments

Comments
 (0)