From 69e2375dc50f938305e20dbf772a1dc9e4cb1f7c Mon Sep 17 00:00:00 2001 From: Flamenco Date: Fri, 18 Feb 2022 08:15:45 -0500 Subject: [PATCH] Fix typo --- INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index a0014568..4b2ca9f8 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -152,7 +152,7 @@ concepts that can be used to create a custom network protocol: an incremental document updates that allows clients to sync with each other. The update object is an Uint8Array that efficiently encodes `Item` objects and the delete set. -* `state vector`: A state vector defines the know state of each user (a set of +* `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 Uint8Array.