Skip to content

Commit 91fd61f

Browse files
Update library/core/src/macros/mod.rs
Co-authored-by: Jubilee <[email protected]>
1 parent d00cbbb commit 91fd61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ pub(crate) mod builtin {
12741274
/// macro.
12751275
///
12761276
/// The file name is derived from the crate root's source path passed to the Rust compiler
1277-
/// and the sequence the compiler takes to get from root module to the
1277+
/// and the sequence the compiler takes to get from the crate root to the
12781278
/// module containing `file!`, modified by any flags passed to the Rust compiler (e.g.
12791279
/// `--remap-path-prefix`). If the root module's source path is relative, the initial base
12801280
/// directory will be the working directory of the Rust compiler. For example, if the source

0 commit comments

Comments
 (0)