canadalearningcode / llc-intro-to-ruby

Intro to Data Analysis with Ruby -- (SLIDES - http://ladieslearningcode.github.io/llc-intro-to-ruby/slides.html), (LEARNER FILES - http://bit.ly/llc-ruby-data) - No sample project.
Other
7 stars 10 forks source link

Fix 'include' typo and change 'True' and 'False' to 'true' and 'false'. #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

I noticed during the LLCYEG workshop today that there was a typo in one of the "include" references, and I took the opportunity to change "true" and "false" to all lowercase (as opposed to Python's True and False).

christinatruong commented 8 years ago

Thanks!