summaryrefslogtreecommitdiffhomepage
path: root/ruby.html.markdown
diff options
context:
space:
mode:
authorPhilipp Fischbeck <philipp.fischbeck@hpi.de>2018-10-16 16:58:55 +0200
committerGitHub <noreply@github.com>2018-10-16 16:58:55 +0200
commitbb7e218b828b0ebf980f0c1c4a293c423bbdd4b4 (patch)
tree531960a2ff0eabceab647f0f2c3caded43e09aa0 /ruby.html.markdown
parent6e1c20f975788457fe378eccd6c1fb80f246768a (diff)
Update ruby.html.markdown
Fix typo ("Tt"-->"It")
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r--ruby.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown
index 2635309b..2595d1d5 100644
--- a/ruby.html.markdown
+++ b/ruby.html.markdown
@@ -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