Skip to content

Commit

Permalink
Change Example for to Example of
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda_ committed Jan 3, 2013
1 parent 02e422b commit 8370e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/lib/action_dispatch/middleware/cookies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def cookie_jar
# 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.
#
# Examples for writing:
# Examples of writing:
#
# # Sets a simple session cookie.
# # This cookie will be deleted when the user's browser is closed.
Expand All @@ -38,7 +38,7 @@ def cookie_jar
# # You can also chain these methods:
# cookies.permanent.signed[:login] = "XJ-122"
#
# Examples for reading:
# Examples of reading:
#
# cookies[:user_name] # => "david"
# cookies.size # => 2
Expand Down

0 comments on commit 8370e50

Please sign in to comment.