From 9d4403eada0a7737555e3afdfe1cdccb5f19e817 Mon Sep 17 00:00:00 2001 From: Hong Duan Date: Wed, 10 Aug 2016 15:12:24 +0800 Subject: [PATCH] Update 07_Patterns.md --- source/chapter3/07_Patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapter3/07_Patterns.md b/source/chapter3/07_Patterns.md index 1ec2e5a3..058c338e 100755 --- a/source/chapter3/07_Patterns.md +++ b/source/chapter3/07_Patterns.md @@ -233,7 +233,7 @@ case ("0", "0"): default: print("The point is at (\(point.0), \(point.1)).") } -// 打印 “(1, 2) is near the origin.” +// 打印 “The point is at (1, 2).” ``` > 表达式模式语法