Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Jun 16, 2018
1 parent a5f04d7 commit 1f4fea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ end
# Destructuring
# Ruby will automatically destrucure arrays on assignment to multiple variables:
# Ruby will automatically destructure arrays on assignment to multiple variables:
a, b, c = [1, 2, 3]
a #=> 1
b #=> 2
Expand Down

0 comments on commit 1f4fea4

Please sign in to comment.