Merge pull request #32775 from elebow/add-quotes-actioncontroller-rdoc

Add quotes to code in rdoc comment in ActionController [ci skip]
This commit is contained in:
George Claghorn 2018-04-30 21:49:53 -04:00 committed by GitHub
commit fd9fa7d41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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