We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6abf69 commit e04ba9cCopy full SHA for e04ba9c
library/std/src/sys/unsupported/process.rs
@@ -27,7 +27,7 @@ pub struct StdioPipes {
27
pub stderr: Option<AnonPipe>,
28
}
29
30
-// TODO: This should be a unti struct, so we can always construct it
+// TODO: This should be a unit struct, so we can always construct it
31
// The value here should be never used, since we cannot spawn processes.
32
pub enum Stdio {
33
Inherit,
0 commit comments