Skip to content

Commit cd8b62f

Browse files
committed
docs(json-crdt): ✏️ update JSDoc
1 parent c72bae3 commit cd8b62f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/json-crdt/history/PatchLog.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ export class PatchLog implements Printable {
4343
public readonly end: Model;
4444

4545
/**
46-
* The patches in the log, stored in an AVL tree for efficient replaying. The
47-
* collection of patches which are applied to the `start()` model to reach
48-
* the `end` model.
46+
* The collection of patches which are applied to the `start()` model to reach
47+
* the `end` model. The patches in the log, stored in an AVL tree for
48+
* efficient replaying. The patches are sorted by their logical timestamps
49+
* and applied in causal order.
4950
*
5051
* @readonly
5152
*/

0 commit comments

Comments
 (0)