Skip to content

Commit f663286

Browse files
committed
Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichton
2 parents d6a65cd + 469620f commit f663286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
7979
#![stable(feature = "rust1", since = "1.0.0")]
8080

81-
/// A trait that types which have a useful default value should implement.
81+
/// A trait for giving a type a useful default value.
8282
///
8383
/// A struct can derive default implementations of `Default` for basic types using
8484
/// `#[derive(Default)]`.

0 commit comments

Comments
 (0)