Skip to content

Commit ba789bb

Browse files
authored
Add documentation about what is returned from RemoteSettingsService::Sync (#7204)
1 parent 3b3dc4c commit ba789bb

File tree

1 file changed

+3
-0
lines changed
  • components/remote_settings/src

1 file changed

+3
-0
lines changed

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)