Skip to content

Commit ba75758

Browse files
committed
Add missing colon.
1 parent 6ff6b93 commit ba75758

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
@@ -1174,7 +1174,7 @@ pub fn abort() -> ! {
11741174
/// Basic usage:
11751175
///
11761176
/// ```no_run
1177-
/// use std::process:current_pid;
1177+
/// use std::process::current_pid;
11781178
///
11791179
/// println!("My pid is {}", current_pid());
11801180
/// ```

0 commit comments

Comments
 (0)