api: Add missing period in docs

This commit is contained in:
Jonas Platte 2021-05-29 14:37:19 +02:00
parent 8173a05b2c
commit b1e6aa78c7
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -285,7 +285,7 @@ pub trait IncomingResponse: Sized {
) -> Result<Self, FromHttpResponseError<Self::EndpointError>>; ) -> Result<Self, FromHttpResponseError<Self::EndpointError>>;
} }
/// An extension to `OutgoingRequest` which provides Appservice specific methods /// An extension to `OutgoingRequest` which provides Appservice specific methods.
pub trait OutgoingRequestAppserviceExt: OutgoingRequest { pub trait OutgoingRequestAppserviceExt: OutgoingRequest {
/// Tries to convert this request into an `http::Request` and appends a virtual `user_id` to /// Tries to convert this request into an `http::Request` and appends a virtual `user_id` to
/// [assert Appservice identity][id_assert]. /// [assert Appservice identity][id_assert].