Skip to content

Commit f5852c4

Browse files
authored
Rollup merge of #105616 - est31:add_the, r=Dylan-DPC
Add a "the" to proc_macro documentation
2 parents 6663664 + 3c809b3 commit f5852c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/proc_macro/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ pub mod tracked_env {
14931493
use std::ffi::OsStr;
14941494

14951495
/// Retrieve an environment variable and add it to build dependency info.
1496-
/// Build system executing the compiler will know that the variable was accessed during
1496+
/// The build system executing the compiler will know that the variable was accessed during
14971497
/// compilation, and will be able to rerun the build when the value of that variable changes.
14981498
/// Besides the dependency tracking this function should be equivalent to `env::var` from the
14991499
/// standard library, except that the argument must be UTF-8.

0 commit comments

Comments
 (0)