1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

Fix a typo

This commit is contained in:
Muhammad Wang
2014-09-15 10:12:36 +08:00
parent 66e935067c
commit 6d68c2317b

View File

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