Skip to content

Commit

Permalink
Update introduction for amusement-park exercise
Browse files Browse the repository at this point in the history
To make the demo code work as expected, the instance variable names need to match
  • Loading branch information
sevenseacat committed Sep 3, 2021
1 parent 9977654 commit c0ce2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/amusement-park/.docs/introduction.md
Expand Up @@ -18,7 +18,7 @@ class Repeater

def repeat
# Outputs the value of the instance variable
print @name
print @heard
end
end

Expand Down

0 comments on commit c0ce2da

Please sign in to comment.