From e0c6efc3b6e164bd99503f3b537830c0c7615250 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 10 May 2021 16:25:55 +0200 Subject: Fix doc typo Signed-off-by: Matthias Beyer --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3