Skip to content

Commit e81bf09

Browse files
committed
comment clarification
Signed-off-by: Timo K <[email protected]>
1 parent 668b28c commit e81bf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrixrtc/CallMembership.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class CallMembership {
9494
if (this.data.expires) {
9595
return this.createdTs() + this.data.expires;
9696
} else {
97-
// We know it exists because we check this in the constructor.
97+
// We know it exists because we checked for this in the constructor.
9898
return this.data.expires_ts!;
9999
}
100100
}

0 commit comments

Comments
 (0)