Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit ee646f1

Browse files
Fixed typo
1 parent bc9ae8b commit ee646f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Locker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function make($name, $timeout, $play = 500, $interval = 100, $attempts =
6464
* Acquire the a lock for, and then execute the function.
6565
*
6666
* If we were unable to acquire the lock, after the specified number of
67-
* retries, then we'll throw an exception.
67+
* attempts, then we'll throw an exception.
6868
*
6969
* @param \Closure $function
7070
* @param string $name

0 commit comments

Comments
 (0)