turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

improved naming in jungle_beats #1187

Closed thomschlereth closed 8 years ago

thomschlereth commented 8 years ago

the methods "all" and "to_string" were used interchangeably through out, so I switched them all to "to_string".

I noticed that Append is in the descritpion of iteration2, and shown in the code snippet contained within iteration2, but append is actually created in iteration1. I left it alone however since I wasn't sure if that was intentional.

-Changed "all" to "to_string" in jungle_beats.markdown -Changed "all" to "to_string" in iteration1

@applegrain