Skip to content

Commit 224d36d

Browse files
committed
More Doc Build Fixes
1 parent ccfa6ee commit 224d36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/wait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! break
1515
//! },
1616
//! Ok(WaitStatus::Stopped(pid, signal)) => {
17-
//! println!("Process '{}' stopped with signal '{}'", pid, signal);
17+
//! println!("Process '{}' stopped with signal '{:?}'", pid, signal);
1818
//! },
1919
//! Ok(WaitStatus::Continued(pid)) => {
2020
//! println!("Process '{}' continued", pid);

0 commit comments

Comments
 (0)