1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update small typo in documentation.

This commit is contained in:
Kurt Mueller 2019-03-12 11:52:09 -04:00
parent 4948663b32
commit 20613519c2

View file

@ -34,7 +34,7 @@ module ActionController
# end # end
# end # end
# #
# Then, in any view rendered by <tt>EventController</tt>, the <tt>format_time</tt> method can be called: # Then, in any view rendered by <tt>EventsController</tt>, the <tt>format_time</tt> method can be called:
# #
# <% @events.each do |event| -%> # <% @events.each do |event| -%>
# <p> # <p>