jhu-ep-coursera / fullstack-course1-module2

329 stars 1.23k forks source link

Fix typo #9

Closed ghost closed 9 years ago

ghost commented 9 years ago
# Error in slide
p array_words[2..4] # => ["great", "day", "today"]

# Correct Output
p array_words[2..4] # => ["great", "day", "today!"]