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.
1 parent 16f3b0f commit fba85edCopy full SHA for fba85ed
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