We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54de94c commit b720d5fCopy full SHA for b720d5f
1 file changed
README.md
@@ -90,7 +90,7 @@ try {
90
// Do something...
91
await something();
92
93
- // Extend the lock.
+ // Extend the lock. Note that this returns a new `Lock` instance.
94
lock = await lock.extend(5000);
95
96
// Do something else...
0 commit comments