diff options
| -rw-r--r-- | zh-cn/ruby-cn.html.markdown | 2 | 
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 # 假 | 
