diff --git a/src/dispatching/repls/repl.rs b/src/dispatching/repls/repl.rs index 329c1e51..8ae7cbba 100644 --- a/src/dispatching/repls/repl.rs +++ b/src/dispatching/repls/repl.rs @@ -14,7 +14,7 @@ use teloxide_core::requests::Requester; /// REPLs are meant only for simple bots and rapid prototyping. If you need to /// supply dependencies or describe more complex dispatch logic, please use /// [`Dispatcher`]. -/// +/// /// See also: ["Dispatching or /// REPLs?"](dispatching/index.html#dispatching-or-repls) ///