File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
112
112
(config.target == "wasm32-unknown-unknown").then_some("emscripten"),
113
113
],
114
114
allowed_names: &target_cfgs.all_oses,
115
- message: "when the operative system is {name}"
115
+ message: "when the operating system is {name}"
116
116
}
117
117
condition! {
118
118
name: &target_cfg.env,
@@ -122,7 +122,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
122
122
condition! {
123
123
name: &target_cfg.os_and_env(),
124
124
allowed_names: &target_cfgs.all_oses_and_envs,
125
- message: "when the operative system and target environment are {name}"
125
+ message: "when the operating system and target environment are {name}"
126
126
}
127
127
condition! {
128
128
name: &target_cfg.abi,
You can’t perform that action at this time.
0 commit comments