Skip to content

Commit

Permalink
[Ruby/en] Fixed a typo
Browse files Browse the repository at this point in the history
Merge pull request #3140 from arogachev/patch-1
  • Loading branch information
Andre Polykanine A.K.A. Menelion Elensúlë committed Jul 6, 2018
2 parents d1cf363 + 1f4fea4 commit 0d211d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby.html.markdown
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 0d211d3

Please sign in to comment.