diff options
| author | bors <bors@rust-lang.org> | 2015-08-27 08:51:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-08-27 08:51:15 +0000 |
| commit | f663286f2694748e111460c21e8b1cccab6516ca (patch) | |
| tree | f8dbfd09dad1683d59b643b6412b83705522077c | |
| parent | d6a65cd3fefb238c05cd26414112d5809e940f85 (diff) | |
| parent | 469620fd8e3eafd955d0625e45ae5a6de94e6ff6 (diff) | |
| download | rust-f663286f2694748e111460c21e8b1cccab6516ca.tar.gz rust-f663286f2694748e111460c21e8b1cccab6516ca.zip | |
Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichton
| -rw-r--r-- | src/libcore/default.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/default.rs b/src/libcore/default.rs index f5103d394ee..0e318f204eb 100644 --- a/src/libcore/default.rs +++ b/src/libcore/default.rs @@ -78,7 +78,7 @@ #![stable(feature = "rust1", since = "1.0.0")] -/// A trait that types which have a useful default value should implement. +/// A trait for giving a type a useful default value. /// /// A struct can derive default implementations of `Default` for basic types using /// `#[derive(Default)]`. |
