1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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)