Skip to content

Commit 1194cda

Browse files
authored
Remove extra apostrophe in environment-variables.md (#15963)
### What does this PR try to resolve? I think this extra apostrophe is a typo and should be removed.
2 parents 3249786 + bc56fba commit 1194cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ system:
7676
detail.
7777
* `TERM` --- If this is set to `dumb`, it disables the progress bar.
7878
* `BROWSER` --- The web browser to execute to open documentation with [`cargo
79-
doc`]'s' `--open` flag, see [`doc.browser`] for more details.
79+
doc`]'s `--open` flag, see [`doc.browser`] for more details.
8080
* `RUSTFMT` --- Instead of running `rustfmt`,
8181
[`cargo fmt`](https://github.com/rust-lang/rustfmt) will execute this specified
8282
`rustfmt` instance instead.

0 commit comments

Comments
 (0)