grammar typo in docs

This commit is contained in:
Michael Käfer 2017-12-10 19:05:22 +01:00 committed by GitHub
parent 7b55449990
commit d53c8893d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ interface StoreInterface
public function save(Key $key);
/**
* Waits a key becomes free, then stores the resource.
* Waits until a key becomes free, then stores the resource.
*
* If the store does not support this feature it should throw a NotSupportedException.
*