mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Fix the docs
This commit is contained in:
parent
8345936a95
commit
3c2c1636a4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub trait Handler<T, E> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The implementation of `Handler` for `Fn(U) -> Future<Output = Result<(),
|
/// The implementation of `Handler` for `Fn(U) -> Future<Output = Result<(),
|
||||||
/// E>`.
|
/// E>>`.
|
||||||
///
|
///
|
||||||
/// Looks quite strange for now, but with stabilised asynchronous traits it
|
/// Looks quite strange for now, but with stabilised asynchronous traits it
|
||||||
/// should be prettier.
|
/// should be prettier.
|
||||||
|
|
Loading…
Reference in a new issue