Update ruby.html.markdown

Fix typo ("Tt"-->"It")
This commit is contained in:
Philipp Fischbeck 2018-10-16 16:58:55 +02:00 committed by GitHub
parent 6e1c20f975
commit bb7e218b82
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