aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-02 06:52:15 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-02 06:52:15 +0900
commitf817bb2c485d7363be104fd8a00b28c36a0adefc (patch)
tree73633619b759bea8569835c621915300fce7c630
parent6c7699f60122396c40087363a9680778e87bcc37 (diff)
downloadrails-f817bb2c485d7363be104fd8a00b28c36a0adefc.tar.gz
rails-f817bb2c485d7363be104fd8a00b28c36a0adefc.tar.bz2
rails-f817bb2c485d7363be104fd8a00b28c36a0adefc.zip
s/ERb/ERB/
-rw-r--r--actionpack/lib/action_view/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb
index 668515df59..08253de3f4 100644
--- a/actionpack/lib/action_view/base.rb
+++ b/actionpack/lib/action_view/base.rb
@@ -6,7 +6,7 @@ require 'action_view/log_subscriber'
module ActionView #:nodoc:
# = Action View Base
#
- # Action View templates can be written in several ways. If the template file has a <tt>.erb</tt> extension then it uses a mixture of ERb
+ # Action View templates can be written in several ways. If the template file has a <tt>.erb</tt> extension then it uses a mixture of ERB
# (included in Ruby) and HTML. If the template file has a <tt>.builder</tt> extension then Jim Weirich's Builder::XmlMarkup library is used.
#
# == ERB