Skip to content

Commit

Permalink
(Basic Enumerable Methods) Chore: Fix Markdownlint Errors (#28703)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAJX179 authored Aug 26, 2024
1 parent daf07ab commit 84cd626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby/basic_ruby/basic_enumerable_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ my_hash.each { |key, value| puts "#{key} is #{value}" }
#=> two is 2
#=> { "one" => 1, "two" => 2}
```

```ruby
my_hash.each { |pair| puts "the pair is #{pair}" }

Expand Down

0 comments on commit 84cd626

Please sign in to comment.