summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2014-01-04 16:54:50 -0800
committerAdam Bard <github@adambard.com>2014-01-04 16:54:50 -0800
commiteb57840d2b5a6887dd057d194df19df34b479172 (patch)
tree4da6684585b9556f918310816722996059f7ef12
parentdbfcb20ba11fe906dda0c8180e055bc47579ab3c (diff)
parenta8f49bb1889cf96904a99af7458229d860e1e248 (diff)
Merge pull request #475 from lidashuang/patch-2
Update ruby-cn.html.markdown
-rw-r--r--zh-cn/ruby-cn.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/zh-cn/ruby-cn.html.markdown b/zh-cn/ruby-cn.html.markdown
index 619e6e92..3c47f3f9 100644
--- a/zh-cn/ruby-cn.html.markdown
+++ b/zh-cn/ruby-cn.html.markdown
@@ -6,6 +6,7 @@ contributors:
- ["David Underwood", "http://theflyingdeveloper.com"]
- ["Joel Walden", "http://joelwalden.net"]
- ["Luke Holder", "http://twitter.com/lukeholder"]
+ - ["lidashuang", "https://github.com/lidashuang"]
translators:
- ["Lin Xiangyu", "https://github.com/oa414"]
---
@@ -173,7 +174,7 @@ new_hash = { defcon: 3, action: true}
new_hash.keys #=> [:defcon, :action]
# 小贴士:数组和哈希表都是可枚举的
-# 它们可以共享一些有用的方法,比如each, map, count, 和more
+# 它们可以共享一些有用的方法,比如each, map, count 等等
# 控制流