summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 868657c..eaf78d9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -34,8 +34,8 @@
//! running as usual. `Pager` cleans after itself and doesn't leak resources in
//! case of setup failure.
//!
-//! If you need to disable pager altogether set environment variable `NOPAGER` and Pager::setup()
-//! will skip initialization. The host application will continue as normal. Pager::ok() will
+//! If you need to disable pager altogether set environment variable `NOPAGER` and `Pager::setup()`
+//! will skip initialization. The host application will continue as normal. `Pager::ok()` will
//! reflect the fact that no Pager is active.
extern crate libc;