mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-24 08:36:10 -04:00
doc(sdk): Improve documentation of RoomEvents::replace_gap_at.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user