aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2014-04-20 12:46:03 -0500
committerRichard Schneeman <richard.schneeman@gmail.com>2014-04-20 12:46:03 -0500
commit86b02826a6d301fe19c30a6f5c01a9e084279c03 (patch)
treec9f4bb4f6f5670074c8f93530711905619b77922 /actionpack/lib/action_controller/metal
parent0044bfb1884d311014ba30fe2a96925a3d7c0cc6 (diff)
parent0c2854fa0302acfeb27f1316f2163b3c1dfc4f95 (diff)
downloadrails-86b02826a6d301fe19c30a6f5c01a9e084279c03.tar.gz
rails-86b02826a6d301fe19c30a6f5c01a9e084279c03.tar.bz2
rails-86b02826a6d301fe19c30a6f5c01a9e084279c03.zip
Merge pull request #14820 from akshay-vishnoi/doc_changes
[ci skip] builtin -> built-in
Diffstat (limited to 'actionpack/lib/action_controller/metal')
-rw-r--r--actionpack/lib/action_controller/metal/responder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb
index e24b56fa91..5096558c67 100644
--- a/actionpack/lib/action_controller/metal/responder.rb
+++ b/actionpack/lib/action_controller/metal/responder.rb
@@ -22,7 +22,7 @@ module ActionController #:nodoc:
#
# 3) if the responder does not <code>respond_to :to_xml</code>, call <code>#to_format</code> on it.
#
- # === Builtin HTTP verb semantics
+ # === Built-in HTTP verb semantics
#
# The default \Rails responder holds semantics for each HTTP verb. Depending on the
# content type, verb and the resource status, it will behave differently.