Skip to content

Commit c21c841

Browse files
committed
Update description of CARGO_PKG_README
1 parent f4d3764 commit c21c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ corresponding environment variable is set to the empty string, `""`.
231231
* `CARGO_PKG_RUST_VERSION` — The Rust version from the manifest of your package.
232232
Note that this is the minimum Rust version supported by the package, not the
233233
current Rust version.
234-
* `CARGO_PKG_README`The location of README of your package.
234+
* `CARGO_PKG_README`Path to the README file of your package.
235235
* `CARGO_CRATE_NAME` — The name of the crate that is currently being compiled. It is the name of the [Cargo target] with `-` converted to `_`, such as the name of the library, binary, example, integration test, or benchmark.
236236
* `CARGO_BIN_NAME` — The name of the binary that is currently being compiled (if it is a binary). This name does not include any file extension, such as `.exe`.
237237
* `OUT_DIR` — If the package has a build script, this is set to the folder where the build

0 commit comments

Comments
 (0)