summaryrefslogtreecommitdiffstats
path: root/library/core/src/default.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/default.rs')
-rw-r--r--library/core/src/default.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/default.rs b/library/core/src/default.rs
index 1ce00828b..b53cd6074 100644
--- a/library/core/src/default.rs
+++ b/library/core/src/default.rs
@@ -1,4 +1,4 @@
-//! The `Default` trait for types which may have meaningful default values.
+//! The `Default` trait for types with a default value.
#![stable(feature = "rust1", since = "1.0.0")]