mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
doc(sdk): Fix Control to ControlFlow.
This commit is contained in:
@@ -63,7 +63,7 @@ impl RoomPagination {
|
||||
/// to decide whether a new pagination must be run or not. It's helpful when
|
||||
/// the server replies with e.g. a certain set of events, but we would like
|
||||
/// more, or the event we are looking for isn't part of this set: in this
|
||||
/// case, `until` returns [`Control::Continue`], otherwise it returns
|
||||
/// case, `until` returns [`ControlFlow::Continue`], otherwise it returns
|
||||
/// [`ControlFlow::Break`]. `until` receives [`BackPaginationOutcome`] as
|
||||
/// its sole argument.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user