* 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:
xibbar 2013-05-05 13:27:26 +00:00
Родитель 96e14ad252
Коммит 3957501d13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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