Fix Markdown in doc comment.

master
Denis Kasak 2020-06-09 11:34:16 +02:00
parent e3cb3566bf
commit 4df0a839aa
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ impl EventBuilder {
self
}
/// Consumes `ResponseBuilder and returns SyncResponse.
/// Consumes `ResponseBuilder` and returns `SyncResponse`.
pub fn build_sync_response(mut self) -> SyncResponse {
let main_room_id = RoomId::try_from("!SVkFJHzfwvuaIEawgC:localhost").unwrap();