Skip to content

Commit

Permalink
Correct typos in INTERNALS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHasegawa committed Sep 18, 2023
1 parent b5051e9 commit 3a758f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INTERNALS.md
Expand Up @@ -149,8 +149,8 @@ concepts that can be used to create a custom network protocol:

* `update`: The Yjs document can be encoded to an *update* object that can be
parsed to reconstruct the document. Also every change on the document fires
an incremental document updates that allows clients to sync with each other.
The update object is an Uint8Array that efficiently encodes `Item` objects and
an incremental document update that allows clients to sync with each other.
The update object is a Uint8Array that efficiently encodes `Item` objects and
the delete set.
* `state vector`: A state vector defines the known state of each user (a set of
tuples `(client, clock)`). This object is also efficiently encoded as a
Expand Down

0 comments on commit 3a758f8

Please sign in to comment.