=doc remove duplicated word typos
This commit is contained in:
parent
70403446ce
commit
7eeaf6cd9f
11 changed files with 14 additions and 14 deletions
|
|
@ -588,7 +588,7 @@ object Replicator {
|
|||
* == Update ==
|
||||
*
|
||||
* To modify and replicate a [[ReplicatedData]] value you send a [[Replicator.Update]] message
|
||||
* to the the local `Replicator`.
|
||||
* to the local `Replicator`.
|
||||
* The current data value for the `key` of the `Update` is passed as parameter to the `modify`
|
||||
* function of the `Update`. The function is supposed to return the new value of the data, which
|
||||
* will then be replicated according to the given consistency level.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue