Skip to content

Commit b720d5f

Browse files
fix #103 - note that extend returns new instance (#159)
1 parent 54de94c commit b720d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ try {
9090
// Do something...
9191
await something();
9292

93-
// Extend the lock.
93+
// Extend the lock. Note that this returns a new `Lock` instance.
9494
lock = await lock.extend(5000);
9595

9696
// Do something else...

0 commit comments

Comments
 (0)