We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RoomEvents::replace_gap_at
1 parent 8c1d3f4 commit 8fe27abCopy full SHA for 8fe27ab
crates/matrix-sdk/src/event_cache/store.rs
@@ -104,8 +104,8 @@ impl RoomEvents {
104
/// Because the `gap_identifier` can represent non-gap chunk, this method
105
/// returns a `Result`.
106
///
107
- /// The returned `Chunk` represents the newly created `Chunk` that contains
108
- /// the first events.
+ /// This method returns a reference to the (first if many) newly created
+ /// `Chunk` that contains the `items`.
109
pub fn replace_gap_at<I>(
110
&mut self,
111
events: I,
0 commit comments