Skip to content

Commit a12c12d

Browse files
committed
Fix readme
1 parent fca6e04 commit a12c12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class ExampleCommand extends Command
119119
{
120120
use WithoutOverlapping;
121121

122-
// Timeout in milliseconds
122+
// In milliseconds
123123
protected $mutexTimeout = 3000;
124124

125125
// ...
@@ -137,7 +137,7 @@ class ExampleCommand extends Command
137137
{
138138
parent::__construct();
139139

140-
// Timeout in milliseconds
140+
// In milliseconds
141141
$this->setMutexTimeout(3000);
142142
}
143143

0 commit comments

Comments
 (0)