aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-04-20 21:03:09 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-04-20 21:03:09 +0530
commit0c2854fa0302acfeb27f1316f2163b3c1dfc4f95 (patch)
tree5d7773b18d731e3fb95fc9d5b8e42dbe9e0180ba /actionpack
parentb1000ead4232ed0b019796b836003596300946f1 (diff)
downloadrails-0c2854fa0302acfeb27f1316f2163b3c1dfc4f95.tar.gz
rails-0c2854fa0302acfeb27f1316f2163b3c1dfc4f95.tar.bz2
rails-0c2854fa0302acfeb27f1316f2163b3c1dfc4f95.zip
[ci skip] builtin -> built-in
Diffstat (limited to 'actionpack')
-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.