Skip to content

Commit 826234c

Browse files
Fix [env] relative description in reference
1 parent aca563a commit 826234c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ browser = "chromium" # browser to use with `cargo doc --open`,
8989
ENV_VAR_NAME = "value"
9090
# Set even if already present in environment
9191
ENV_VAR_NAME_2 = { value = "value", force = true }
92-
# Value is relative to .cargo directory containing `config.toml`, make absolute
92+
# Value is relative to the parent where `.cargo/config.toml` is located
9393
ENV_VAR_NAME_3 = { value = "relative/path", relative = true }
9494

9595
[future-incompat-report]

0 commit comments

Comments
 (0)