From 16aca0f0f85ead26bf3c9708f6408c04cd923d5f Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Mon, 3 Feb 2020 03:06:31 +0600 Subject: [PATCH] Quick fix of the docs --- src/dispatching/mod.rs | 2 +- src/utils/mod.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dispatching/mod.rs b/src/dispatching/mod.rs index 3559dcff..5206cd99 100644 --- a/src/dispatching/mod.rs +++ b/src/dispatching/mod.rs @@ -1,4 +1,4 @@ -//! Update dispatching. +//! Updates dispatching. //! //! The key type here is [`Dispatcher`]. It encapsulates [`UpdateListener`], a //! handler of errors, and handlers for [10 update kinds]. When [`Update`] is diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 06eba848..f906abbc 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,2 +1,4 @@ +//! Some useful utilities. + pub mod html; pub mod markdown;