diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-16 22:32:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 22:32:22 +0530 |
commit | 55d1343147663911f0a5a00823639db51155637a (patch) | |
tree | 531960a2ff0eabceab647f0f2c3caded43e09aa0 | |
parent | 6e1c20f975788457fe378eccd6c1fb80f246768a (diff) | |
parent | bb7e218b828b0ebf980f0c1c4a293c423bbdd4b4 (diff) |
Merge pull request #3301 from PFischbeck/patch-1
[ruby/en] Fix typo for ruby
-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 |