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` 的写法是等价的。