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.
1 parent 53d308f commit 0070b46Copy full SHA for 0070b46
src/libstd/process.rs
@@ -390,7 +390,7 @@ impl fmt::Debug for ChildStderr {
390
///
391
/// let mut echo_hello = Command::new("sh");
392
/// echo_hello.arg("-c")
393
-/// .arg("echo hello");
+/// .arg("echo hello");
394
/// let hello_1 = echo_hello.output().expect("failed to execute process");
395
/// let hello_2 = echo_hello.output().expect("failed to execute process");
396
/// ```
0 commit comments