mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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<(),
|
||||
/// E>`.
|
||||
/// E>>`.
|
||||
///
|
||||
/// Looks quite strange for now, but with stabilised asynchronous traits it
|
||||
/// should be prettier.
|
||||
|
|
Loading…
Reference in a new issue