Skip to content

Commit feea74e

Browse files
committed
docs: update docs on observe live location shares
1 parent 2f031a4 commit feea74e

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/room

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/room/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ impl Room {
31713171

31723172
/// Observe live location sharing events for this room.
31733173
///
3174-
/// The returned receiver will receive the newest event for each sync
3174+
/// The returned observable will receive the newest event for each sync
31753175
/// response that contains a `m.beacon` event.
31763176
pub fn observe_live_location_shares(&self) -> ObservableLiveLocation {
31773177
ObservableLiveLocation::new(&self.client, self.room_id())

0 commit comments

Comments
 (0)