Fixed typo.

This commit is contained in:
Martin Edenhofer 2015-08-31 14:34:17 +02:00
parent 4fe43fd321
commit 427b8e9fbd

View file

@ -20,7 +20,7 @@ write a cache
'some_key', 'some_key',
{ some: { data: { 'structure' } } }, { some: { data: { 'structure' } } },
{ {
:expires_in => 24.hours, # optional, default 7 days expires_in: 24.hours, # optional, default 7 days
} }
) )
@ -41,7 +41,7 @@ write a cache
get a cache get a cache
value = Cache.write('some_key') value = Cache.get('some_key')
=end =end