mirror of
https://github.com/google/pebble.git
synced 2025-06-19 07:40:36 +00:00
spelling: bidirectional
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
dc157413ef
commit
0ab43a028e
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
//! 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
|
||||
//! will just return the old value.
|
||||
//! It also supports bidirection syncronization between the phone & watch,
|
||||
//! It also supports bidirectional syncronization between the phone & watch,
|
||||
//! using timestamps to resolve conflicts.
|
||||
//! 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue