aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 80fdbc7..a9672ce 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,7 +22,7 @@
//!
//! ```no_run
//! # use pty_process::Command as _;
-//! #
+//! #
//! # let mut cmd = std::process::Command::new("nethack");
//! # let mut child = cmd
//! # .spawn_pty(Some(&pty_process::Size::new(24, 80))).unwrap();