mirror of
https://github.com/google/pebble.git
synced 2025-11-24 08:20:57 -05:00
spelling: synchronization
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
//! operations are atomic, so a reboot in the middle of changing the value for a
|
//! operations are atomic, so a reboot in the middle of changing the value for a
|
||||||
//! key will always either complete, returning the new value upon reboot, or
|
//! key will always either complete, returning the new value upon reboot, or
|
||||||
//! will just return the old value.
|
//! will just return the old value.
|
||||||
//! It also supports bidirectional syncronization between the phone & watch,
|
//! It also supports bidirectional synchronization between the phone & watch,
|
||||||
//! using timestamps to resolve conflicts.
|
//! using timestamps to resolve conflicts.
|
||||||
//! Note that although all operations are atomic, they are not thread-safe. If
|
//! Note that although all operations are atomic, they are not thread-safe. If
|
||||||
//! you will be accessing a SettingsFile from multiple threads, make sure you
|
//! you will be accessing a SettingsFile from multiple threads, make sure you
|
||||||
|
|||||||
Reference in New Issue
Block a user