mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add quotes to code in rdoc comment in ActionController [ci skip]
The example code is meant to be a string.
This commit is contained in:
parent
ee6a431bb9
commit
95e9a28cdc
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module ActionController
|
|||
#
|
||||
# You can retrieve it again through the same hash:
|
||||
#
|
||||
# Hello #{session[:person]}
|
||||
# "Hello #{session[:person]}"
|
||||
#
|
||||
# For removing objects from the session, you can either assign a single key to +nil+:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue