Update src/requests/request.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Temirkhan Myrzamadi 2020-12-23 23:16:42 +06:00 committed by GitHub
parent 18c34a7f70
commit bb8148a3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ pub trait Request: HasPayload {
* use it before it's integrated in async/await
*/
/// A type of an error that may happen while sending a request to Telegram.
/// The type of an error that may happen while sending a request to Telegram.
type Err: std::error::Error + Send;
/// A type of the future returned by the [`send`](Request::send) method.