Skip to content

Commit 6173a56

Browse files
committed
Fix missing double-quote in std::env::consts::OS values
1 parent 42ec52b commit 6173a56

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)