Skip to content

Commit

Permalink
Fix docs mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 25, 2017
1 parent b03af36 commit 6081989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 6081989

Please sign in to comment.