diff --git a/components/remote_settings/src/lib.rs b/components/remote_settings/src/lib.rs index 9d708663e7..43c4d780b7 100644 --- a/components/remote_settings/src/lib.rs +++ b/components/remote_settings/src/lib.rs @@ -68,6 +68,9 @@ impl RemoteSettingsService { } /// Sync collections for all active clients + /// + /// The returned list is the list of collections for which updates were seen + /// and then synced. #[handle_error(Error)] pub fn sync(&self) -> ApiResult> { self.internal.sync()