doc(sdk): Improve documentation of RoomEvents::replace_gap_at.

This commit is contained in:
Ivan Enderlin
2024-03-25 09:41:37 +01:00
parent 8c1d3f4f60
commit 8fe27ab582

View File

@@ -104,8 +104,8 @@ impl RoomEvents {
/// Because the `gap_identifier` can represent non-gap chunk, this method
/// returns a `Result`.
///
/// The returned `Chunk` represents the newly created `Chunk` that contains
/// the first events.
/// This method returns a reference to the (first if many) newly created
/// `Chunk` that contains the `items`.
pub fn replace_gap_at<I>(
&mut self,
events: I,