From bc56fba2c61ff13e081f580854884dcac024b03a Mon Sep 17 00:00:00 2001 From: Justin Yao Du Date: Sat, 13 Sep 2025 13:52:18 -0700 Subject: [PATCH] Remove extra apostrophe in environment-variables.md --- src/doc/src/reference/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/environment-variables.md b/src/doc/src/reference/environment-variables.md index 253a16258..2f69434dd 100644 --- a/src/doc/src/reference/environment-variables.md +++ b/src/doc/src/reference/environment-variables.md @@ -76,7 +76,7 @@ system: detail. * `TERM` --- If this is set to `dumb`, it disables the progress bar. * `BROWSER` --- The web browser to execute to open documentation with [`cargo - doc`]'s' `--open` flag, see [`doc.browser`] for more details. + doc`]'s `--open` flag, see [`doc.browser`] for more details. * `RUSTFMT` --- Instead of running `rustfmt`, [`cargo fmt`](https://github.com/rust-lang/rustfmt) will execute this specified `rustfmt` instance instead.