Skip to content

Commit ff05283

Browse files
grammar typo in docs
1 parent 8f112ed commit ff05283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StoreInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface StoreInterface
3131
public function save(Key $key);
3232

3333
/**
34-
* Waits a key becomes free, then stores the resource.
34+
* Waits until a key becomes free, then stores the resource.
3535
*
3636
* If the store does not support this feature it should throw a NotSupportedException.
3737
*

0 commit comments

Comments
 (0)