From a3692ef4cfcd40830ea553110e41bc9c0eb59c05 Mon Sep 17 00:00:00 2001 From: RockyMyx Date: Wed, 25 Jun 2014 21:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BD=99=E5=8E=9F=E6=96=87=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter3/04_Expressions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/chapter3/04_Expressions.md b/source/chapter3/04_Expressions.md index 285dc7f0..3123af67 100755 --- a/source/chapter3/04_Expressions.md +++ b/source/chapter3/04_Expressions.md @@ -193,7 +193,6 @@ let y2: SomeType = x // Type information from an annotation 'is' 运算符在“运行时(runtime)”会做检查。 成功会返回true, 否则 false -The check must not be known to be true or false at compile time. The following are invalid: 上述检查在“编译时(compile time)”不能使用。 例如下面的使用是错误的: ```swift