Skip to content

Commit

Permalink
Merge pull request #25 from marioribeiro/patch-1
Browse files Browse the repository at this point in the history
Fix the expected return type in the description
  • Loading branch information
JoshCheek authored May 30, 2017
2 parents f3cf6cd e173376 commit d6d7992
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 d6d7992

Please sign in to comment.