Skip to content

Commit 392d2fa

Browse files
authored
Rollup merge of rust-lang#146506 - mikysett:patch-1, r=Urgau
Fix small typo in check-cfg.md
2 parents 5d56e52 + d3b3bb9 commit 392d2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/check-cfg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ As of `2025-01-02T`, the list of known names is as follows:
134134
- `unix`
135135
- `windows`
136136
137-
> Starting with 1.85.0, the `test` cfg is consider to be a "userspace" config
137+
> Starting with 1.85.0, the `test` cfg is considered to be a "userspace" config
138138
> despite being also set by `rustc` and should be managed by the build system itself.
139139
140140
Like with `values(any())`, well known names checking can be disabled by passing `cfg(any())`

0 commit comments

Comments
 (0)