From 0fdfd93e4bc3b67c7d42dc39552226099bcdd205 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 14 Aug 2022 10:10:14 +0200 Subject: [PATCH] Update INTERNALS.md Typo --- INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index 4b2ca9f8..a7874076 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -66,7 +66,7 @@ fields, respectively. These are used when peers concurrently insert at the same location in a document. Though quite rare in practice, Yjs needs to make sure the list items always resolve to the same order on all peers. The actual logic is relatively simple - its only a couple dozen lines of code and it lives in -the `Item#integrate()` method. The YATA paper has much more detail on the this +the `Item#integrate()` method. The YATA paper has much more detail on this algorithm. ### Item Storage