Skip to content

Commit e38b314

Browse files
authored
删除了一个多余'>' (#1185)
1 parent 6205b4d commit e38b314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/01_welcome_to_swift/03_a_swift_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,4 +815,4 @@ anyCommonElements([1, 2, 3], [3])
815815
>
816816
> 修改 `anyCommonElements(_:_:)` 函数来创建一个函数,返回一个数组,内容是两个序列的共有元素。
817817
818-
`<T: Equatable>``<T> ... where T: Equatable>` 的写法是等价的。
818+
`<T: Equatable>``<T> ... where T: Equatable` 的写法是等价的。

0 commit comments

Comments
 (0)