Change Example for to Example of

This commit is contained in:
lambda_ 2013-01-03 17:33:00 -05:00
parent 02e422b64f
commit 8370e50d85

@ -15,7 +15,7 @@ def cookie_jar
# being written will be sent out with the response. Reading a cookie does not get # being written will be sent out with the response. Reading a cookie does not get
# the cookie object itself back, just the value it holds. # the cookie object itself back, just the value it holds.
# #
# Examples for writing: # Examples of writing:
# #
# # Sets a simple session cookie. # # Sets a simple session cookie.
# # This cookie will be deleted when the user's browser is closed. # # This cookie will be deleted when the user's browser is closed.
@ -38,7 +38,7 @@ def cookie_jar
# # You can also chain these methods: # # You can also chain these methods:
# cookies.permanent.signed[:login] = "XJ-122" # cookies.permanent.signed[:login] = "XJ-122"
# #
# Examples for reading: # Examples of reading:
# #
# cookies[:user_name] # => "david" # cookies[:user_name] # => "david"
# cookies.size # => 2 # cookies.size # => 2