Skip to content

Commit 8098bc6

Browse files
committed
Add documentation about what is returned from RemoteSettingsService::Sync
1 parent 3df8da4 commit 8098bc6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • components/remote_settings/src

components/remote_settings/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ impl RemoteSettingsService {
6868
}
6969

7070
/// Sync collections for all active clients
71+
///
72+
/// The returned list is the list of collections for which updates were seen
73+
/// and then synced.
7174
#[handle_error(Error)]
7275
pub fn sync(&self) -> ApiResult<Vec<String>> {
7376
self.internal.sync()

0 commit comments

Comments
 (0)