Fixed accidental deletion of colon

This commit is contained in:
Bryan Tan
2017-10-14 20:41:58 -07:00
committed by GitHub
parent 5243a98b48
commit e788e90bad

View File

@@ -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")