diff options
author | Philipp Fischbeck <philipp.fischbeck@hpi.de> | 2018-10-16 16:58:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 16:58:55 +0200 |
commit | bb7e218b828b0ebf980f0c1c4a293c423bbdd4b4 (patch) | |
tree | 531960a2ff0eabceab647f0f2c3caded43e09aa0 /ruby.html.markdown | |
parent | 6e1c20f975788457fe378eccd6c1fb80f246768a (diff) |
Update ruby.html.markdown
Fix typo ("Tt"-->"It")
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r-- | ruby.html.markdown | 2 |
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 |