Skip to content

Commit 2061351

Browse files
author
Kurt Mueller
committed
Update small typo in documentation.
1 parent 4948663 commit 2061351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/metal/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module ActionController
3434
# end
3535
# end
3636
#
37-
# Then, in any view rendered by <tt>EventController</tt>, the <tt>format_time</tt> method can be called:
37+
# Then, in any view rendered by <tt>EventsController</tt>, the <tt>format_time</tt> method can be called:
3838
#
3939
# <% @events.each do |event| -%>
4040
# <p>

0 commit comments

Comments
 (0)