Skip to content

Commit 26bfbcb

Browse files
authored
docs: clarify getRemainingTime method description
1 parent 4430778 commit 26bfbcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/verrou/src/lock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class Lock {
174174
}
175175

176176
/**
177-
* Get the remaining time before the lock expires
177+
* Get the remaining time in milliseconds before the lock expires
178178
*/
179179
getRemainingTime() {
180180
if (this.#expirationTime === null) return null

0 commit comments

Comments
 (0)