summaryrefslogtreecommitdiff
path: root/test/test_pty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pty.rs')
-rw-r--r--test/test_pty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pty.rs b/test/test_pty.rs
index 0060f60d..0adcc99f 100644
--- a/test/test_pty.rs
+++ b/test/test_pty.rs
@@ -10,7 +10,7 @@ use nix::sys::termios::*;
use nix::unistd::{write, close};
/// Regression test for Issue #659
-/// This is the correct way to explicitly close a PtyMaster
+/// This is the correct way to explicitly close a `PtyMaster`
#[test]
fn test_explicit_close() {
let mut f = {