matrix-sdk: Fix the example for the room_send() method

master
Damir Jelić 2021-03-23 14:29:26 +01:00
parent 9d0085d4dd
commit e92b97eff6
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ impl Client {
/// );
///
/// let txn_id = Uuid::new_v4();
/// client.send(room_id, content, Some(txn_id)).await.unwrap();
/// client.room_send(&room_id, content, Some(txn_id)).await.unwrap();
/// # })
/// ```
pub async fn room_send(