diff --git a/source/sdk/kotlin/sync/manage-sync-session.txt b/source/sdk/kotlin/sync/manage-sync-session.txt index 291cee1b7e..dcf16d4eec 100644 --- a/source/sdk/kotlin/sync/manage-sync-session.txt +++ b/source/sdk/kotlin/sync/manage-sync-session.txt @@ -49,7 +49,7 @@ server to your synced realm, call This method returns ``true`` when all changes have been downloaded. You can also include an optional ``timeout`` parameter to either method to -determine the maximum amount of time before an exception is thrown. Note that +determine the maximum amount of time before returning ``false``. Note that the upload or download continues in the background even after returning ``false``. The following example demonstrates calling both methods with a timeout defined: