Skip to content

Commit 3c809b3

Browse files
committed
Add a "the" to proc_macro documentation
1 parent 0d5573e commit 3c809b3

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)