diff options
author | 白井 健太 <shirai.kenta@vareal.co.jp> | 2016-03-16 19:51:53 +0900 |
---|---|---|
committer | 白井 健太 <shirai.kenta@vareal.co.jp> | 2016-03-16 19:51:53 +0900 |
commit | 85119f5909db86167b8b4ed6916b5dda6d9462d5 (patch) | |
tree | 26cecd232295e936f6804dedf22b22c286f662d9 /actionview/lib/action_view | |
parent | 773d15e902846e4e66109d6cd4a63664422d9970 (diff) | |
download | rails-85119f5909db86167b8b4ed6916b5dda6d9462d5.tar.gz rails-85119f5909db86167b8b4ed6916b5dda6d9462d5.tar.bz2 rails-85119f5909db86167b8b4ed6916b5dda6d9462d5.zip |
fix a comment in atom_feed_helper.rb
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/helpers/atom_feed_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/atom_feed_helper.rb b/actionview/lib/action_view/helpers/atom_feed_helper.rb index dba70e284e..c875f5870f 100644 --- a/actionview/lib/action_view/helpers/atom_feed_helper.rb +++ b/actionview/lib/action_view/helpers/atom_feed_helper.rb @@ -132,7 +132,7 @@ module ActionView end private - # Delegate to xml builder, first wrapping the element in a xhtml + # Delegate to xml builder, first wrapping the element in an xhtml # namespaced div element if the method and arguments indicate # that an xhtml_block? is desired. def method_missing(method, *arguments, &block) |