mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 10:30:38 +00:00
doc: fix typo in do_until()
This commit is contained in:
@@ -133,7 +133,7 @@ void do_until_continued(StopCondition&& stop_cond, AsyncAction&& action, promise
|
||||
/// \param stop_cond a callable taking no arguments, returning a boolean that
|
||||
/// evalutes to true when you don't want to call \c action
|
||||
/// any longer
|
||||
/// \param action a callable taking to arguments, returning a future<>. Will
|
||||
/// \param action a callable taking no arguments, returning a future<>. Will
|
||||
/// be called again as soon as the future resolves, unless the
|
||||
/// future fails, or \c stop_cond returns \c true.
|
||||
/// \return a ready future if we stopped successfully, or a failed future if
|
||||
|
||||
Reference in New Issue
Block a user