From edc12d000848507261fbbfc7de0824bfe7b27b4f Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 23 Dec 2020 23:18:20 +0600 Subject: [PATCH] Update src/requests/payload.rs Co-authored-by: Waffle Lapkin --- src/requests/payload.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requests/payload.rs b/src/requests/payload.rs index d9940767..34fa3d4b 100644 --- a/src/requests/payload.rs +++ b/src/requests/payload.rs @@ -7,7 +7,7 @@ /// request to Telegram. #[cfg_attr(all(docsrs, feature = "nightly"), doc(spotlight))] pub trait Payload { - /// A return type of a Telegram method. + /// The return type of a Telegram method. /// /// Note: it should not include `Result` wrappers (e.g. it should be simply /// [`Message`], [`True`] or something else).