Skip to content

Commit 461ad7a

Browse files
jlaswellNyholm
authored andcommitted
Minor docblock typo in ArrayCachePool (#90)
1 parent 8fba4cc commit 461ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArrayCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Psr\Cache\CacheItemInterface;
2222

2323
/**
24-
* Array cache pool. You could set a limit of how many items you wantt to be stored to avoid memory leaks.
24+
* Array cache pool. You could set a limit of how many items you want to be stored to avoid memory leaks.
2525
*
2626
* @author Tobias Nyholm <[email protected]>
2727
*/

0 commit comments

Comments
 (0)