Skip to content

Commit 22f22d4

Browse files
committed
docs(ref): Explicitly call out the case change for DEP_LINKS_NAME
1 parent 20094a3 commit 22f22d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ The metadata is passed to the build scripts of **dependent** packages. For
445445
example, if the package `foo` depends on `bar`, which links `baz`, then if
446446
`bar` generates `key=value` as part of its build script metadata, then the
447447
build script of `foo` will have the environment variables `DEP_BAZ_KEY=value`
448-
(note that the value of the `links` key is used).
448+
(note that the value of the `links` key is used and the case change for `key`).
449449
See the ["Using another `sys` crate"][using-another-sys] for an example of
450450
how this can be used.
451451

0 commit comments

Comments
 (0)