Skip to content

Commit

Permalink
Update the description and replace array with has
Browse files Browse the repository at this point in the history
  • Loading branch information
marioribeiro committed Apr 23, 2017
1 parent f3cf6cd commit f27e7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session3/challenge/3_hashes.rb
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
# Write a method that takes a string and returns an array
# Write a method that takes a string and returns a hash
# whose keys are all the downcased words in the string,
# and values are the number of times these words were seen.
#
Expand Down

0 comments on commit f27e7a3

Please sign in to comment.