From e38b314d4062959ac04ddefeacba20fd97270b80 Mon Sep 17 00:00:00 2001 From: Fan SC <941977129@qq.com> Date: Tue, 31 May 2022 19:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=A4=9A=E4=BD=99'>'=20(#1185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/01_welcome_to_swift/03_a_swift_tour.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/01_welcome_to_swift/03_a_swift_tour.md b/source/01_welcome_to_swift/03_a_swift_tour.md index 0863b9fa..8ecf1268 100755 --- a/source/01_welcome_to_swift/03_a_swift_tour.md +++ b/source/01_welcome_to_swift/03_a_swift_tour.md @@ -815,4 +815,4 @@ anyCommonElements([1, 2, 3], [3]) > > 修改 `anyCommonElements(_:_:)` 函数来创建一个函数,返回一个数组,内容是两个序列的共有元素。 -`` 和 ` ... where T: Equatable>` 的写法是等价的。 +`` 和 ` ... where T: Equatable` 的写法是等价的。