Skip to content

Commit

Permalink
Fix timeout description
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Aug 3, 2023
1 parent dec2ca1 commit b10190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sdk/kotlin/sync/manage-sync-session.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b10190c

Please sign in to comment.