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;