Skip to content

Commit 82d9585

Browse files
committed
Merge pull request rails#12870 from sauliusg/atom-feed-doc-fix
Fix syntax error in atom_feed example [ci skip]
2 parents a99b81e + 07d9933 commit 82d9585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/atom_feed_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module AtomFeedHelper
6464
# 'xmlns:openSearch' => 'http://a9.com/-/spec/opensearch/1.1/'}) do |feed|
6565
# feed.title("My great blog!")
6666
# feed.updated((@posts.first.created_at))
67-
# feed.tag!(openSearch:totalResults, 10)
67+
# feed.tag!('openSearch:totalResults', 10)
6868
#
6969
# @posts.each do |post|
7070
# feed.entry(post) do |entry|

0 commit comments

Comments
 (0)