Skip to content

Commit 5ec55d3

Browse files
authored
Rollup merge of #149275 - KeyWeeUsr:fix-solid-os-typo, r=bjorn3
Fix missing double-quote in `std::env::consts::OS` values Noticed this one while reading the docs. Hopefully it's not too small change.
2 parents 738e872 + 6173a56 commit 5ec55d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ pub mod consts {
10971097
/// * `"nto"`
10981098
/// * `"redox"`
10991099
/// * `"solaris"`
1100-
/// * `"solid_asp3`
1100+
/// * `"solid_asp3"`
11011101
/// * `"vexos"`
11021102
/// * `"vita"`
11031103
/// * `"vxworks"`

0 commit comments

Comments
 (0)