From 6081989adc7e06dcb6b88feb12908dbb08565c6c Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 25 Dec 2017 14:15:59 +0100 Subject: [PATCH] Fix docs mistake --- src/libstd/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index 1fed918f246d..9f3f0ea27421 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. ///