Skip to content

Commit

Permalink
Rollup merge of #105616 - est31:add_the, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add a "the" to proc_macro documentation
  • Loading branch information
matthiaskrgr authored Dec 12, 2022
2 parents 6663664 + 3c809b3 commit f5852c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ pub mod tracked_env {
use std::ffi::OsStr;

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

0 comments on commit f5852c4

Please sign in to comment.