2527 Commits

Author SHA1 Message Date
b8084200e7 修复优化高级运算符章节 (#1233)
* 修复斜体格式与理顺语句

* 修复图片链接
2023-04-11 22:03:01 -05:00
b9480f1b6c 修复语病与理顺语句 (#1232) 2023-04-10 14:23:29 -05:00
51e9f8133c 修复优化内存安全章节 (#1231)
* 修复失效的图片链接

* 修复错别字与优化表述
2023-04-07 07:47:56 -05:00
52917cffb4 修复优化自动引用计数章节 (#1230)
* 修复格式错误, 斜体以及删除多余的无意义字符

* 修复失效的图片链接

* 修复语病, 删除多余的字符
2023-04-06 21:35:40 -05:00
0d1124917a 修改不透明类型章节的语病 (#1229) 2023-04-04 07:28:43 -05:00
9da5252f5f 修改格式, 修复语病, 优化翻译 (#1228)
* 修复格式错误, 文本缩进与内容斜体

* 修改语病与错别字

* 优化翻译
2023-03-30 07:37:08 -05:00
40cb1217d7 Update 03_a_swift_tour.md 2023-03-29 10:27:42 -05:00
a5c95690f5 修改优化构造过程章节 (#1224)
* 修复构造过程章节的图片链接

* 修改构造过程章节的错别字和理顺部分语句
2023-03-22 09:25:47 -05:00
c54223ad3b 修改下标章节和继承章节 (#1223)
* 修复下标章节的图片链接以及类型下标的标题

* 修改继承章节的错别字
2023-03-20 07:45:55 -05:00
2acb695871 Update 01_The_Basics.md (#1222)
修正斜体
2023-03-19 21:37:50 -05:00
96b6cac45a 修复属性章节的图片链接, 理顺部分语句 (#1221) 2023-03-15 08:27:58 -05:00
645cbfba23 修复枚举, 类和结构体章节的图片链接 (#1220) 2023-03-14 13:07:57 -05:00
e31ea50e8f 修复字符串和字符, 集合类型, 函数章节的图片链接 (#1219) 2023-03-09 08:01:47 -06:00
ed0939a579 修改函数章节的错字 (#1218) 2023-03-08 23:40:54 -06:00
9a000a2ff0 typo and code format (#1217) 2023-03-03 21:19:02 -06:00
fe2c9ede92 Update 22_Generics.md 2023-02-17 09:46:18 -06:00
4dc673e444 fix: 同步官方的错误勘正 (#1212)
Co-authored-by: lanbangjue <lanbangjue@taqu.cn>
2022-12-09 07:43:46 -06:00
8f3b7b5b23 勘误, 第522行 (#1207)
声明一个可选常量或者变量->声明一个可选变量
2022-12-04 19:20:18 -06:00
d71b74bc10 fix: 修正描述 (#1210)
原文:Classes can use the class keyword instead.
https://docs.swift.org/swift-book/LanguageGuide/Subscripts.html
2022-12-04 19:20:08 -06:00
8c24b2e9c8 Update 02_Basic_Operators.md (#1211)
精准描述求余操作符,尤其是对负数求余
2022-12-04 19:19:36 -06:00
ef29944f75 Update 23_Opaque_Types.md (#1209)
Fix a typo in the original English code snippet where "smallTriangle" is misspelled as "smallTriange"
2022-11-22 19:24:15 -06:00
960616507f Update 01_The_Basics.md (#1204)
勘误,第608行
print("My number is \(muNumber)")  -> print("My number is \(myNumber)")
2022-10-24 21:11:39 -05:00
9751fa16db Update README.md (#1202) 2022-10-04 13:22:40 -05:00
a762239d2d Update README.md 2022-09-26 09:08:02 -05:00
77b5caff91 更新部分内容到 Swift 5.7 (#1200)
* 更新内容到 Swift 5.7

* 更新内容到 Swift 5.7

* 更新内容到 Swift 5.7

* update to Swift version 5.7

* 更新内容到 Swift 5.7

* 更新内容到 Swift 5.7

* 修正部分术语

* 更新内容到 Swift 5.7

* 更新内容到 Swift 5.7

* 标题格式修改

* 修改了部分用词

* 修改了代码块格式

* 修改了代码段及行内代码格式

* 修改了代码段及行内代码样式

* 按照排版要求重新修改了部分格式

* Delete 02_Lexical_Structure.md

* Delete 03_Types.md

* Delete 04_Expressions.md

* Delete 05_Statements.md

* Delete 07_Attributes.md

* Delete 10_Summary_of_the_Grammar.md

* 根据排版指南修改了部分格式

* 根据排版指南修改了部分格式

* Update source/03_language_reference/02_Lexical_Structure.md

Co-authored-by: Jie Liang <lj925184928@gmail.com>
2022-09-10 08:00:58 -05:00
df35244821 语病更正 (#1197)
* 语病更正

* 删除多余的反引号
2022-08-02 10:03:13 -05:00
2128ce6f51 Update 06_Declarations.md
#1195
2022-07-18 21:27:49 -05:00
69c79b8d02 fix tiny typo of wrong usage Chinese punctuation (#1191) 2022-06-19 20:45:41 -05:00
a1b4a69db2 fix typo (#1190)
* 校对: chapter2/03_Strings_and_Characters 方法名变化

index(of:) 已更名为: firstIndex(of:)

* Update 03_Strings_and_Characters.md

fix typo
2022-06-14 06:54:18 -05:00
363cec309c Update 03_Types.md (#1189) 2022-06-07 06:56:49 -05:00
739176f380 Update 21_Protocols.md (#1188) 2022-06-04 14:05:29 -05:00
2f77c8dc2d Update 20_Extensions.md (#1187) 2022-06-03 07:26:27 -05:00
8f21fcf5e3 Develop (#1186)
* 删除了一个多余'>'

* 修改几条语句和一个错误
2022-06-02 10:43:45 -05:00
e38b314d40 删除了一个多余'>' (#1185) 2022-05-31 06:58:28 -05:00
6205b4d2f8 删除了一些 (#1184) 2022-05-18 06:24:33 -05:00
60744b4033 修改病句,“一个段字符串”改为“一段字符串” (#1182) 2022-03-23 07:12:21 -05:00
5851c6fb8a Language Reference - Lexical Structure(Swift 5.5 beta -> Swift 5.5) (#1178)
* chore: 更新正式版内容

* chore: 更新文案
2021-12-13 12:19:33 -06:00
495cd079e1 Update 25_Memory_Safety.md 2021-12-09 09:19:46 -06:00
382c645a22 Update 03_Strings_and_Characters.md 2021-12-09 09:14:52 -06:00
9e8082c6c2 Update 03_a_swift_tour.md 2021-12-09 09:05:55 -06:00
be91198c30 Update 03_a_swift_tour.md 2021-12-09 09:05:04 -06:00
c7ab79f41c Add missing code snippet (#1172)
* Add missing code snippet

* Modify the snippet

Co-authored-by: nm4j <doco>
2021-12-09 09:02:47 -06:00
93212eca82 Update 03_a_swift_tour.md 2021-12-09 09:02:20 -06:00
0825cd43e5 Update README.md 2021-10-25 08:52:50 -05:00
aed8ee585b Update README.md 2021-10-25 08:52:10 -05:00
a40f423705 fix: 错别字弱应用改为弱引用 (#1170)
Co-authored-by: levilai <levilai@futunn.com>
2021-10-18 15:00:21 -05:00
bf09ec6368 Language Reference - Declarations (#1160)
* feat:添加部分内容的翻译

* feat:更新「访问控制级别」

* feat:更新「访问控制级别」

* fix:更新「访问控制级别」

* feat:更新 GRAMMAR OF A FUNCTION DECLARATION

* feat:更新 GRAMMAR OF A PRECEDENCE GROUP DECLARATION

* feat:更新 GRAMMAR OF A DECLARATION MODIFIER

* feat:更新 GRAMMAR OF A DECLARATION MODIFIER

* fix:补完剩下的内容

* fix:补上 GRAMMAR OF A PROTOCOL DECLARATION 修改的部分

* Update 06_Declarations.md

Co-authored-by: Jie Liang <lj925184928@gmail.com>
2021-09-21 20:56:03 -05:00
4d13d67217 修改错别字,理顺部分语句 (#1168) 2021-09-10 08:47:32 -05:00
e5756d5ca7 更新部分章节到 Swift 5.5 (#1166)
* Advanced_Operators Swift 5.3 beata

* feat: update Opaque Types Swift 5.5

* feat: update Properties Swift 5.5

* feat: update AdvancedOperators Swift 5.5

* fix: 根据校对意见修改

* feat: update Statements to Swift 5.5

* feat: [wip] experssion to Swift 5.5

* feat: update Expression to Swift 5.5

* feat: [wip] revision history to Swift 5.5

* feat: [wip] revision history to Swift 5.5

* feat: revision history to Swift 5.5

* fix: typo

* [WIP] ARC

* feat: update ARC to Swift 5.5

* Update 24_Automatic_Reference_Counting.md

* feat: update Type to Swift 5.5

Co-authored-by: Jie Liang <lj925184928@gmail.com>
2021-09-04 21:33:37 -05:00
32a078e84b fix: syntax highlighting (#1167)
For better reading experience XD
2021-09-04 21:32:35 -05:00