mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +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
|
//! The key type here is [`Dispatcher`]. It encapsulates [`UpdateListener`], a
|
||||||
//! handler of errors, and handlers for [10 update kinds]. When [`Update`] is
|
//! handler of errors, and handlers for [10 update kinds]. When [`Update`] is
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
//! Some useful utilities.
|
||||||
|
|
||||||
pub mod html;
|
pub mod html;
|
||||||
pub mod markdown;
|
pub mod markdown;
|
||||||
|
|
Loading…
Reference in a new issue