Skip to content

Commit 60679ed

Browse files
committed
update comments
1 parent 26832cb commit 60679ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/collaboration-manager/src/Operation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class Operation<T extends OperationType = OperationType> {
110110
public userId: string | number;
111111

112112
/**
113-
* Operation revision
113+
* Document revision on which operation was applied
114114
*/
115115
public rev?: number;
116116

@@ -121,7 +121,7 @@ export class Operation<T extends OperationType = OperationType> {
121121
* @param index - index in the document model tree
122122
* @param data - operation data
123123
* @param userId - user identifier
124-
* @param rev - operation revision
124+
* @param rev - document revision
125125
*/
126126
constructor(type: T, index: Index, data: OperationTypeToData<T>, userId: string | number, rev?: number) {
127127
this.type = type;

0 commit comments

Comments
 (0)