Skip to content

Commit 385f7aa

Browse files
committed
doc: Fix docs for ffi::Timeline::latest_event_id
1 parent 5f996f7 commit 385f7aa

File tree

1 file changed

+1
-1
lines changed
  • bindings/matrix-sdk-ffi/src/timeline

1 file changed

+1
-1
lines changed

bindings/matrix-sdk-ffi/src/timeline/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ impl Timeline {
365365
Ok(())
366366
}
367367

368-
/// Returns the [`EventId`] of the latest event in the timeline.
368+
/// Returns the latest [`EventId`] in the timeline.
369369
pub async fn latest_event_id(&self) -> Option<String> {
370370
self.inner.latest_event_id().await.as_deref().map(ToString::to_string)
371371
}

0 commit comments

Comments
 (0)