Merge pull request #3301 from PFischbeck/patch-1

[ruby/en] Fix typo for ruby
This commit is contained in:
Divay Prakash 2018-10-16 22:32:22 +05:30 committed by GitHub
commit 55d1343147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ sum sum(3, 4), 5 #=> 12
# yield
# All methods have an implicit, optional block parameter.
# Tt can be called with the 'yield' keyword.
# It can be called with the 'yield' keyword.
def surround
puts '{'
yield