aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/atom_feed_helper.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-04-03 12:47:51 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-04-03 12:47:51 +0900
commitbd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (patch)
tree1d2b6cee41beef78310ac1df05ef17c567d09a54 /actionpack/lib/action_view/helpers/atom_feed_helper.rb
parentc17b8e4047443b416685e30c8825ae01909f8d27 (diff)
downloadrails-bd3cdeea354ebff97b0d5102a0857ce85eedcfa4.tar.gz
rails-bd3cdeea354ebff97b0d5102a0857ce85eedcfa4.tar.bz2
rails-bd3cdeea354ebff97b0d5102a0857ce85eedcfa4.zip
s/ERb/ERB/g
The author of ERB sais, his eRuby implementation was originally named "ERb/ERbLight" and then renamed to "ERB" when started bundled as a Ruby standard lib. http://www2a.biglobe.ne.jp/~seki/ruby/erb.html
Diffstat (limited to 'actionpack/lib/action_view/helpers/atom_feed_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/atom_feed_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/atom_feed_helper.rb b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
index db9d7a08ff..96e5722252 100644
--- a/actionpack/lib/action_view/helpers/atom_feed_helper.rb
+++ b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
@@ -4,7 +4,7 @@ module ActionView
# = Action View Atom Feed Helpers
module Helpers #:nodoc:
module AtomFeedHelper
- # Adds easy defaults to writing Atom feeds with the Builder template engine (this does not work on ERb or any other
+ # Adds easy defaults to writing Atom feeds with the Builder template engine (this does not work on ERB or any other
# template languages).
#
# Full usage example: