summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-05-10 16:25:55 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-10 16:26:05 +0200
commite0c6efc3b6e164bd99503f3b537830c0c7615250 (patch)
tree32efb0e1a4054699100870801df825ce18365a99
parent67c93326f531523b081bde9035f18027a660a0b2 (diff)
Fix doc typofix-typo
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 829f1c3..120a2f4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -60,7 +60,7 @@
//! running as usual. `Pager` cleans after itself and doesn't leak resources in
//! case of setup failure.
//!
-//! Sometimes you may want to bypass pager if the output of you executable is not a `tty`.
+//! Sometimes you may want to bypass pager if the output of your executable is not a `tty`.
//! If this case you may use `.skip_on_notty()` to get the desirable effect.
//!
//! ```rust