1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-02 21:07:38 +02:00

Merge pull request #767 from MuhammadWang/patch-1

Fix a typo
This commit is contained in:
Nami-Doc
2014-09-15 08:01:47 +02:00

View File

@@ -40,7 +40,7 @@ translators:
1.+(3) #=> 4 1.+(3) #=> 4
10.* 5 #=> 50 10.* 5 #=> 50
# 特殊的也是对象 # 特殊的也是对象
nil # 空 nil # 空
true # 真 true # 真
false # 假 false # 假