Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 9, 2023
1 parent d9039ec commit fc1b587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax_and_semantics/blocks_and_procs.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ ary.each do |(w, (x, (y, z)))|
w # => 1
x # => 2
y # => 3
z # => 4
z # => 4
end
```

Expand Down

0 comments on commit fc1b587

Please sign in to comment.