mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixes simple missprint in docs for #cyle in text_helper
This commit is contained in:
parent
996e646bd8
commit
7b4c6dca43
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ module ActionView
|
|||
# <table>
|
||||
# <% @items.each do |item| %>
|
||||
# <tr class="<%= cycle("odd", "even") -%>">
|
||||
# <td>item</td>
|
||||
# <td><%= item %></td>
|
||||
# </tr>
|
||||
# <% end %>
|
||||
# </table>
|
||||
|
|
Loading…
Reference in a new issue