=doc remove duplicated word typos

This commit is contained in:
Konrad Malawski 2015-07-01 23:48:17 +02:00
parent 70403446ce
commit 7eeaf6cd9f
11 changed files with 14 additions and 14 deletions

View file

@ -51,7 +51,7 @@ changes of this.
Update
------
To modify and replicate a data value you send a ``Replicator.Update`` message to the the local
To modify and replicate a data value you send a ``Replicator.Update`` message to the local
``Replicator``.
The current data value for the ``key`` of the ``Update`` is passed as parameter to the ``modify``
@ -350,7 +350,7 @@ to ``true``. Thereafter it cannot be changed. ``true`` wins over ``false`` in me
``LWWRegister`` (last writer wins register) can hold any (serializable) value.
Merge of a ``LWWRegister`` takes the the register with highest timestamp. Note that this
Merge of a ``LWWRegister`` takes the register with highest timestamp. Note that this
relies on synchronized clocks. `LWWRegister` should only be used when the choice of
value is not important for concurrent updates occurring within the clock skew.