Fixed accidental deletion of colon
This commit is contained in:
parent
5243a98b48
commit
e788e90bad
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
//! Hello world, `std::process` edition:
|
||||
//!
|
||||
//! ```
|
||||
//! use std::process:Command;
|
||||
//! use std::process::Command;
|
||||
//!
|
||||
//! // Note that by default, the output of the command will be sent to stdout
|
||||
//! let child = Command::new("echo")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue