Skip to content

Commit

Permalink
Merge pull request #22 from aryzing/patch-1
Browse files Browse the repository at this point in the history
Update sync.js
  • Loading branch information
dmonad authored Oct 1, 2022
2 parents 4d2b5b2 + 1f10c96 commit 441ce49
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 @@ -107,7 +107,7 @@ export const readUpdate = readSyncStep2

/**
* @param {decoding.Decoder} decoder A message received from another client
* @param {encoding.Encoder} encoder The reply message. Will not be sent if empty.
* @param {encoding.Encoder} encoder The reply message. Does not need to be sent if empty.
* @param {Y.Doc} doc
* @param {any} transactionOrigin
*/
Expand Down

0 comments on commit 441ce49

Please sign in to comment.