Skip to content

Commit

Permalink
doc: I had to read this twice before understanding it
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 26, 2015
1 parent 7472886 commit 469620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/default.rs
Expand Up @@ -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)]`.
Expand Down

0 comments on commit 469620f

Please sign in to comment.