Skip to content

Commit f72e3a2

Browse files
Update config.md
1 parent 826234c commit f72e3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/config.md

+1-1
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 the parent where `.cargo/config.toml` is located
92+
# `value` is relative to the parent of `.cargo/config.toml`, env var will be the full absolute path
9393
ENV_VAR_NAME_3 = { value = "relative/path", relative = true }
9494

9595
[future-incompat-report]

0 commit comments

Comments
 (0)