Skip to content

Commit 69d969b

Browse files
committed
fix: typos and index translations
1 parent 78cae6d commit 69d969b

File tree

4 files changed

+5
-878
lines changed

4 files changed

+5
-878
lines changed

swift-6-beta.docc/GuidedTour/Compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
>
2121
> 本文档包含关于正在开发的 API 或技术的初步信息。这些信息可能会发生变化,并且根据本文档实现的软件应与最终的操作系统软件一起进行测试。
2222
>
23-
> 点击了解更多关于使用 [Apple Beta 版本软件]的信息(https://developer.apple.com/support/beta-software/) 的信息。
23+
> 点击了解更多关于使用 [Apple Beta 版本软件](https://developer.apple.com/support/beta-software/) 的信息。
2424
2525
<!--
2626
This source file is part of the Swift.org open source project

swift-6-beta.docc/LanguageGuide/Extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
为现有类型添加功能。
44

5-
**扩展(Extensions)**用于为现有的类、结构体、枚举或协议类型添加新功能。这包括了扩展那些您无法访问原始源代码的类型的能力(即*追溯建模*)。扩展和 Objective-C 的分类很相似。(与 Objective-C 分类不同的是,Swift 扩展是没有名字的。)
5+
**扩展(Extensions)** 用于为现有的类、结构体、枚举或协议类型添加新功能。这包括了扩展那些您无法访问原始源代码的类型的能力(即*追溯建模*)。扩展和 Objective-C 的分类很相似。(与 Objective-C 分类不同的是,Swift 扩展是没有名字的。)
66

77
Swift 中的扩展可以:
88

0 commit comments

Comments
 (0)