We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72bae3 commit cd8b62fCopy full SHA for cd8b62f
src/json-crdt/history/PatchLog.ts
@@ -43,9 +43,10 @@ export class PatchLog implements Printable {
43
public readonly end: Model;
44
45
/**
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.
+ * The collection of patches which are applied to the `start()` model to reach
+ * the `end` model. The patches in the log, stored in an AVL tree for
+ * efficient replaying. The patches are sorted by their logical timestamps
49
+ * and applied in causal order.
50
*
51
* @readonly
52
*/
0 commit comments