Fix typo in method description in Responder class

Fixes a typo in the description for the call class method in Responder.
This commit is contained in:
Lin Reid 2013-11-01 10:58:25 -04:00
parent 09ce1df7aa
commit 56d3862541
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ module ActionController #:nodoc:
undef_method(:to_json) if method_defined?(:to_json)
undef_method(:to_yaml) if method_defined?(:to_yaml)
# Initializes a new responder an invoke the proper format. If the format is
# Initializes a new responder and invokes the proper format. If the format is
# not defined, call to_format.
#
def self.call(*args)