File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ impl CommandApi {
232
232
}
233
233
234
234
/// Performs a background fetch for all accounts in parallel with a timeout.
235
- ///
235
+ ///
236
236
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
237
237
/// process all events until you get this one and you can safely return to the background
238
238
/// without forgeting to create notifications caused by timing race conditions.
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ impl Accounts {
295
295
/// Performs a background fetch for all accounts in parallel.
296
296
///
297
297
/// If you need a timeout, then use [Accounts::background_fetch_with_timeout] instead.
298
- ///
298
+ ///
299
299
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
300
300
/// process all events until you get this one and you can safely return to the background
301
301
/// without forgeting to create notifications caused by timing race conditions.
@@ -320,7 +320,7 @@ impl Accounts {
320
320
/// Performs a background fetch for all accounts in parallel with a timeout.
321
321
///
322
322
/// If you want no timeout, then use [Accounts::background_fetch] instead.
323
- ///
323
+ ///
324
324
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
325
325
/// process all events until you get this one and you can safely return to the background
326
326
/// without forgeting to create notifications caused by timing race conditions.
You can’t perform that action at this time.
0 commit comments