summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-09 10:26:57 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-09 10:26:57 +0300
commit8e8854090a5f206416d992090276fe2985e04e23 (patch)
tree58ee870c384d1c615e77c57e28bf6a0431bb3d0b /src
parent4f4be27642c4a56fd725c104e98aca1a421fbbbc (diff)
Update documentation
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index eda5ba2..c88fbee 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -30,7 +30,7 @@
//! }
//! ```
//!
-//! If no PAGER is found `setup()` does nothing and your executable keeps
+//! If no suitable pager found `setup()` does nothing and your executable keeps
//! running as usual. `Pager` cleans after itself and doesn't leak resources in
//! case of setup failure.
//!