Skip to content

Commit 6081989

Browse files
committed
Fix docs mistake
1 parent b03af36 commit 6081989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ pub mod builtin {
463463
/// The expanded expression has type `u32` and is 1-based, so the first line
464464
/// in each file evaluates to 1, the second to 2, etc. This is consistent
465465
/// with error messages by common compilers or popular editors.
466-
/// The returned column is not the invocation of the `line!` macro itself,
466+
/// The returned line is not the invocation of the `line!` macro itself,
467467
/// but rather the first macro invocation leading up to the invocation
468468
/// of the `line!` macro.
469469
///

0 commit comments

Comments
 (0)