mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/cgi/session.rb: Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
96e14ad252
commit
3957501d13
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class CGI
|
|||
@data[key]
|
||||
end
|
||||
|
||||
# Set the session date for key +key+.
|
||||
# Set the session data for key +key+.
|
||||
def []=(key, val)
|
||||
@write_lock ||= true
|
||||
@data ||= @dbman.restore
|
||||
|
|
Loading…
Add table
Reference in a new issue