From 27e067c8d5cef4e8530c21853232b8fa23c3dc0b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 20 May 2024 08:59:40 -0500 Subject: [PATCH] docs(ref): Fix typo on check-cfg --- src/doc/src/reference/build-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/build-scripts.md b/src/doc/src/reference/build-scripts.md index 3b2669174..d99582fe0 100644 --- a/src/doc/src/reference/build-scripts.md +++ b/src/doc/src/reference/build-scripts.md @@ -278,7 +278,7 @@ currently enabled. This includes all possible values of a given cfg name. It is recommended to group the `cargo::rustc-check-cfg` and [`cargo::rustc-cfg`][option-cfg] instructions as closely as possible in order to -avoid typos, missing check-cfg, stalled cfgs... +avoid typos, missing check-cfg, stale cfgs... #### Example of using `cargo::rustc-check-cfg` and `cargo::rustc-cfg` together