Skip to content

Commit

Permalink
Typo fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toomim committed Aug 19, 2020
1 parent 679b8c1 commit 22c1db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import * as Y from 'yjs'
/**
* Core Yjs defines three message types:
* • YjsSyncStep1: Includes the State Set of the sending client. When received, the client should reply with YjsSyncStep2.
* • YjsSyncStep2: Includes all missing structs and the complete delete set. When received, the the client is assured that
* it received all information from the remote client.
* • YjsSyncStep2: Includes all missing structs and the complete delete set. When received, the client is assured that it
* received all information from the remote client.
*
* In a peer-to-peer network, you may want to introduce a SyncDone message type. Both parties should initiate the connection
* with SyncStep1. When a client received SyncStep2, it should reply with SyncDone. When the local client received both
Expand Down

0 comments on commit 22c1db4

Please sign in to comment.