Skip to content

Commit

Permalink
Fix grammar in Memcached Engine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CauanCabral committed Nov 27, 2018
1 parent b8789cd commit ac4eb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cache/Engine/MemcachedEngine.php
Expand Up @@ -23,8 +23,8 @@
* control you have over expire times far in the future. See MemcachedEngine::write() for
* more information.
*
* Memcached engine support binary protocol and igbinary
* serialization (if memcached extension compiled with --enable-igbinary).
* Memcached engine supports binary protocol and igbinary
* serialization (if memcached extension is compiled with --enable-igbinary).
* Compressed keys can also be incremented/decremented.
*/
class MemcachedEngine extends CacheEngine
Expand Down

0 comments on commit ac4eb33

Please sign in to comment.