about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-12-25 14:15:59 +0100
committerest31 <MTest31@outlook.com>2017-12-25 14:15:59 +0100
commit6081989adc7e06dcb6b88feb12908dbb08565c6c (patch)
treeffe73ac25f49bee05548cd96db48dddd759dd6a5 /src/libstd
parentb03af365fa318dfa6e219bd17f09135069885022 (diff)
downloadrust-6081989adc7e06dcb6b88feb12908dbb08565c6c.tar.gz
rust-6081989adc7e06dcb6b88feb12908dbb08565c6c.zip
Fix docs mistake
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index 1fed918f246..9f3f0ea2742 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -463,7 +463,7 @@ pub mod builtin {
     /// The expanded expression has type `u32` and is 1-based, so the first line
     /// in each file evaluates to 1, the second to 2, etc. This is consistent
     /// with error messages by common compilers or popular editors.
-    /// The returned column is not the invocation of the `line!` macro itself,
+    /// The returned line is not the invocation of the `line!` macro itself,
     /// but rather the first macro invocation leading up to the invocation
     /// of the `line!` macro.
     ///