From ab0292649fb73cbba8bbbb5aa8eb911b981e5e7a Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sun, 24 Jul 2022 19:32:09 +0600 Subject: [PATCH] Apply a tiny doc review suggestion Co-authored-by: Waffle Maybe --- src/dispatching.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching.rs b/src/dispatching.rs index fb482e34..bb2a7e7b 100644 --- a/src/dispatching.rs +++ b/src/dispatching.rs @@ -190,7 +190,7 @@ //! ## Dispatching or REPLs? //! //! The difference between dispatching and the REPLs ([`crate::repl`] & co) is -//! that dispatching allows you a greater degree of flexibility at the cost of a +//! that dispatching gives you a greater degree of flexibility at the cost of a //! bit more complicated setup. //! //! Here are things that dispatching can do, but REPLs can't: