Skip to content

Commit

Permalink
Remove double parenthesis in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Feb 5, 2009
1 parent 922c528 commit 46288f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/atom_feed_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module AtomFeedHelper
# app/views/posts/index.atom.builder:
# atom_feed do |feed|
# feed.title("My great blog!")
# feed.updated((@posts.first.created_at))
# feed.updated(@posts.first.created_at)
#
# for post in @posts
# feed.entry(post) do |entry|
Expand Down

0 comments on commit 46288f5

Please sign in to comment.