We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f3b0f + fba85ed commit 705b4a8Copy full SHA for 705b4a8
README.md
@@ -52,7 +52,7 @@ $lock->acquire();
52
53
// read /path/to/file
54
55
-$lock->acquire();
+$lock->release();
56
57
// other processes can now acquire an exclusive lock on the file if no other shared lock remains.
58
```
0 commit comments