From 95e9a28cdc35214bed322305d3d405ae6eee505e Mon Sep 17 00:00:00 2001 From: Eddie Lebow Date: Mon, 30 Apr 2018 21:18:22 -0400 Subject: Add quotes to code in rdoc comment in ActionController [ci skip] The example code is meant to be a string. --- actionpack/lib/action_controller/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 3378d6db0f..2e565d5d44 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -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+: # -- cgit v1.2.3