We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c1da5b + 920129a commit 7399403Copy full SHA for 7399403
src/libstd/process.rs
@@ -195,7 +195,7 @@ impl FromInner<AnonPipe> for ChildStderr {
195
/// .arg("-c")
196
/// .arg("echo hello")
197
/// .output()
198
-/// .expect("failed to execute proces");
+/// .expect("failed to execute process");
199
///
200
/// let hello = output.stdout;
201
/// ```
0 commit comments