From eecf7ecbfd3e82d6cf558ea125d24bf393d50d66 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Tue, 20 Dec 2016 17:16:17 -0500 Subject: Small grammar fixes in `Rails::Info` [ci skip] --- railties/lib/rails/info.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/info.rb b/railties/lib/rails/info.rb index 5d4acd6f6b..fc064dac32 100644 --- a/railties/lib/rails/info.rb +++ b/railties/lib/rails/info.rb @@ -1,9 +1,9 @@ require "cgi" module Rails - # This module helps build the runtime properties used to display in the - # Rails::InfoController responses. Including the active Rails version, Ruby - # version, Rack version, and so on. + # This module helps build the runtime properties that are displayed in + # Rails::InfoController responses. These include the active Rails version, + # Ruby version, Rack version, and so on. module Info mattr_accessor :properties class << (@@properties = []) -- cgit v1.2.3