Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hash.cr
Original file line number Diff line number Diff line change
@@ -338,8 +338,8 @@ class Hash(K, V)
#
# ```
# h = {"foo" => "bar"}
# h.each_value do |key|
# key # => "bar"
# h.each_value do |value|
# value # => "bar"
# end
# ```
def each_value

0 comments on commit 0c5bb33

Please sign in to comment.