Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
I think there are two message types here.
  • Loading branch information
toomim committed Aug 19, 2020
1 parent 22c1db4 commit 7a7e4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as Y from 'yjs'
*/

/**
* Core Yjs defines three message types:
* Core Yjs defines two 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 client is assured that it
* received all information from the remote client.
Expand Down

0 comments on commit 7a7e4b8

Please sign in to comment.