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

This commit is contained in:
Damir Jelić 2021-03-23 14:29:26 +01:00
parent 9d0085d4dd
commit e92b97eff6

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(