aboutsummaryrefslogtreecommitdiffstats
path: root/002-Ice-cream.md
diff options
context:
space:
mode:
Diffstat (limited to '002-Ice-cream.md')
-rw-r--r--002-Ice-cream.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/002-Ice-cream.md b/002-Ice-cream.md
index 3a6c47f..d2283e4 100644
--- a/002-Ice-cream.md
+++ b/002-Ice-cream.md
@@ -44,9 +44,9 @@ Ice cream
<% if @ice_creams.present? %>
<ul>
- <% @ice_creams.each do |ic| %>
+ <% @ice_creams.each do |ice_cream| %>
<li>
- <%= ic.flavor %>, <%= ic.manufacturer %>
+ <%= ice_cream.flavor %>, <%= ice_cream.manufacturer %>
</li>
<% end %>
</ul>