1
0
Fork 0
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:
Eddie Lebow 2018-04-30 21:18:22 -04:00
parent ee6a431bb9
commit 95e9a28cdc

View file

@ -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+:
#