Skip to content

Commit eaca29d

Browse files
authored
Fix typo in build-scripts.md
vaue -> value
1 parent 592fd2e commit eaca29d

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
@@ -450,7 +450,7 @@ Note that metadata is only passed to immediate dependents, not transitive
450450
dependents.
451451

452452
> **MSRV:** 1.77 is required for `cargo::metadata=KEY=VALUE`.
453-
> To support older versions, use `cargo:KEY=VAUE` (unsupported directives are assumed to be metadata keys).
453+
> To support older versions, use `cargo:KEY=VALUE` (unsupported directives are assumed to be metadata keys).
454454
455455
[using-another-sys]: build-script-examples.md#using-another-sys-crate
456456

0 commit comments

Comments
 (0)