mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Quick fix of the docs
This commit is contained in:
parent
a7dee4cab5
commit
16aca0f0f8
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
//! Some useful utilities.
|
||||
|
||||
pub mod html;
|
||||
pub mod markdown;
|
||||
|
|
Loading…
Reference in a new issue