Skip to content

Commit e788e90

Browse files
authored
Fixed accidental deletion of colon
1 parent 5243a98 commit e788e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! Hello world, `std::process` edition:
2020
//!
2121
//! ```
22-
//! use std::process:Command;
22+
//! use std::process::Command;
2323
//!
2424
//! // Note that by default, the output of the command will be sent to stdout
2525
//! let child = Command::new("echo")

0 commit comments

Comments
 (0)