summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNami-Doc <vendethiel@hotmail.fr>2014-09-15 08:01:47 +0200
committerNami-Doc <vendethiel@hotmail.fr>2014-09-15 08:01:47 +0200
commit8c0801b97d2a200fd2c03f475717ce79b8ccd97c (patch)
treee56fff14430e4c818c88e7cd02b2468ba8d13976
parent66e935067c1e3a6a42662662c9d1e424ca8575ec (diff)
parent6d68c2317bfd9cdcf062f8a06ea941e96862b883 (diff)
Merge pull request #767 from MuhammadWang/patch-1
Fix a typo
-rw-r--r--zh-cn/ruby-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/ruby-cn.html.markdown b/zh-cn/ruby-cn.html.markdown
index 3c47f3f9..99250b43 100644
--- a/zh-cn/ruby-cn.html.markdown
+++ b/zh-cn/ruby-cn.html.markdown
@@ -40,7 +40,7 @@ translators:
1.+(3) #=> 4
10.* 5 #=> 50
-# 特殊的只也是对象
+# 特殊的值也是对象
nil # 空
true # 真
false # 假