Quick fix of the docs

This commit is contained in:
Temirkhan Myrzamadi 2020-02-03 03:06:31 +06:00
parent a7dee4cab5
commit 16aca0f0f8
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,2 +1,4 @@
//! Some useful utilities.
pub mod html;
pub mod markdown;