summaryrefslogtreecommitdiff
path: root/test/test_ptymaster_drop.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2017-12-15 14:28:45 -0800
committerBryant Mairs <bryantmairs@google.com>2017-12-20 07:05:04 -0800
commit68859b9c1897c747263f5844cf87d9f4ac9e6f04 (patch)
treeb98ad444bff2729cd82986e61316c810058ac880 /test/test_ptymaster_drop.rs
parent73ea706da54da4e19a49c78e1189777176f43810 (diff)
downloadnix-68859b9c1897c747263f5844cf87d9f4ac9e6f04.zip
Add backticks to types in doccomments
Diffstat (limited to 'test/test_ptymaster_drop.rs')
-rw-r--r--test/test_ptymaster_drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ptymaster_drop.rs b/test/test_ptymaster_drop.rs
index bde8510c..9b59d664 100644
--- a/test/test_ptymaster_drop.rs
+++ b/test/test_ptymaster_drop.rs
@@ -6,7 +6,7 @@ use nix::unistd::close;
use std::os::unix::io::AsRawFd;
/// Regression test for Issue #659
-/// PtyMaster should panic rather than double close the file descriptor
+/// `PtyMaster` should panic rather than double close the file descriptor
/// This must run in its own test process because it deliberately creates a race
/// condition.
#[test]