Skip to content

Commit cc585c0

Browse files
authored
docs: fix typo in the "Shared cache" section (#15346)
### What does this PR try to resolve? This PR addresses a typo in the "Shared cache" section. The word "environmental" has been corrected to "environment" for proper grammar in the phrase: - "set `RUSTC_WRAPPER` environmental variable to `sccache`" → "set `RUSTC_WRAPPER` environment variable to `sccache`". ### How should we test and review this PR? Review the change in the relevant documentation section and verify that the typo has been corrected. No functional changes are involved. ### Additional information This is a simple grammar fix to ensure clarity in the documentation.
2 parents 7d11b58 + 96523cb commit cc585c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/build-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A third party tool, [sccache], can be used to share built dependencies across
8383
different workspaces.
8484

8585
To setup `sccache`, install it with `cargo install sccache` and set
86-
`RUSTC_WRAPPER` environmental variable to `sccache` before invoking Cargo. If
86+
`RUSTC_WRAPPER` environment variable to `sccache` before invoking Cargo. If
8787
you use bash, it makes sense to add `export RUSTC_WRAPPER=sccache` to
8888
`.bashrc`. Alternatively, you can set [`build.rustc-wrapper`] in the [Cargo
8989
configuration][config]. Refer to sccache documentation for more details.

0 commit comments

Comments
 (0)