Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Nov 1, 2013
1 parent 0985602 commit 620d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ And now an example of its usage:
// multiple read from cache
$arr = Yii::app()->cache->mget(array('apple', 1, 'two'));

print_r($arr); // Array( [apple] => fruit [1] => 'one' [two] => 2 )
print_r($arr); // Array( [apple] => fruit [1] => [two] => )

## EMongoMessageSource

Expand Down

0 comments on commit 620d216

Please sign in to comment.