about summary refs log tree commit diff
path: root/src/liballoc/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc/macros.rs')
-rw-r--r--src/liballoc/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/macros.rs b/src/liballoc/macros.rs
index c2a3019515f..472eef77d79 100644
--- a/src/liballoc/macros.rs
+++ b/src/liballoc/macros.rs
@@ -72,7 +72,7 @@ macro_rules! vec {
 
 /// Creates a `String` using interpolation of runtime expressions.
 ///
-/// The first argument `format!` recieves is a format string.  This must be a string
+/// The first argument `format!` receives is a format string.  This must be a string
 /// literal.  The power of the formatting string is in the `{}`s contained.
 ///
 /// Additional parameters passed to `format!` replace the `{}`s within the