Skip to content

Commit

Permalink
Out damn typo, out
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed May 12, 2012
1 parent da25513 commit 53540f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/cache/start/first-cache/php/storing.md
Expand Up @@ -14,5 +14,5 @@ $cache->put("number_item", 42);
$cache->put("string_item", "Hello, IronCache");

// Objects and dicts get JSON-encoded and stored as strings
$complex_item = array"test" => "this is a dict", "args" => array("apples", "oranges"));
$cache->put("complex_item", complex_item);
$complex_item = array("test" => "this is a dict", "args" => array("apples", "oranges"));
$cache->put("complex_item", $complex_item);

0 comments on commit 53540f6

Please sign in to comment.