From 7b4c6dca43b78313b545bbfa0d148401c8f96df1 Mon Sep 17 00:00:00 2001 From: Ben Woodall Date: Tue, 30 Dec 2014 12:09:47 -0800 Subject: Fixes simple missprint in docs for #cyle in text_helper --- actionview/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers') diff --git a/actionview/lib/action_view/helpers/text_helper.rb b/actionview/lib/action_view/helpers/text_helper.rb index a9f1631586..2c40ed1832 100644 --- a/actionview/lib/action_view/helpers/text_helper.rb +++ b/actionview/lib/action_view/helpers/text_helper.rb @@ -309,7 +309,7 @@ module ActionView # # <% @items.each do |item| %> # "> - # + # # # <% end %> #
item<%= item %>
-- cgit v1.2.3