diff --git a/src/requests/has_payload.rs b/src/requests/has_payload.rs index 6c0c1abf..3a1135de 100644 --- a/src/requests/has_payload.rs +++ b/src/requests/has_payload.rs @@ -22,7 +22,7 @@ pub trait HasPayload // we wanted to use As{Mut,Ref} here, but they doesn't work // because of https://github.com/rust-lang/rust/issues/77010 { - /// A type of the payload contained. + /// The type of the payload contained. type Payload: Payload; /// Gain mutable access to the underlying payload.