Merge pull request #455 from scenaristeur/patch-1

Update INTERNALS.md
This commit is contained in:
Kevin Jahns 2022-09-16 23:26:04 +02:00 committed by GitHub
commit 56267e0a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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 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 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. algorithm.
### Item Storage ### Item Storage