Skip to content

Commit 96523cb

Browse files
authored
docs: fix typo in the "Shared cache" section
1 parent 7d11b58 commit 96523cb

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)