Commit Graph

335 Commits

Author SHA1 Message Date
Shindo
2c63d9957b Merge branch 'develop' of https://github.com/coverxit/the-swift-programming-language-in-chinese into develop
Conflicts:
	source/chapter2/05_Control_Flow.md
2014-06-10 13:20:47 +08:00
Wang Hao
241f48d2da Update: Closures 统一代码引用格式 2014-06-10 13:19:26 +08:00
Wang Hao
5ff23d0af5 Update: Closures 修改Note格式 2014-06-10 13:17:07 +08:00
Shindo
3cf85e3070 no message 2014-06-10 13:15:08 +08:00
Wang Hao
582927b2cf Update: Closures
增加锚点
2014-06-10 13:14:34 +08:00
Shindo
5dda87e7fd 修正一些疏忽 2014-06-10 13:14:13 +08:00
梁杰
b834421ad5 Merge pull request #84 from stanzhai/develop
【语法总结】部分修正一处错误
2014-06-10 13:13:32 +08:00
Wang Hao
5b29459e97 Update: Closures
增加锚点
2014-06-10 13:11:12 +08:00
stanzhai
3bd72d23c7 correct a mistake 2014-06-10 13:09:16 +08:00
Shindo
cbb71a1267 修正一些疏忽 2014-06-10 13:06:26 +08:00
Honghao Zhang
6b2129852a completed "Patterns" 2014-06-10 01:05:48 -04:00
Zhang Honghao
1c2e31d026 start "Patterns" 2014-06-10 01:05:48 -04:00
Siwei
a9c9cf63ec reference - expression 增加格式当中 2014-06-10 13:03:14 +08:00
Shindo
2429b126b5 Merge branch 'develop' of https://github.com/coverxit/the-swift-programming-language-in-chinese into develop
Conflicts:
	source/chapter2/05_Control_Flow.md
2014-06-10 13:00:27 +08:00
numbbbbb
e594132df2 Merge branch 'develop' of https://github.com/coverxit/the-swift-programming-language-in-chinese into coverxit-develop 2014-06-10 12:55:50 +08:00
Shindo
6361aa0a2a 占坑 Control Flow: Conditional Statements 2014-06-10 12:55:48 +08:00
Shindo
6deeee04d5 添加一些锚记和链接 2014-06-10 12:48:57 +08:00
numbbbbb
717f7e653e resolve conflict 2014-06-10 12:47:46 +08:00
Shindo
71da888498 统一符号使用 2014-06-10 12:46:55 +08:00
numbbbbb
a385e6b2ad resolve conflict 2014-06-10 12:45:13 +08:00
Shindo
b90c932be7 修改一些表达方式。 2014-06-10 12:44:15 +08:00
梁杰
d1a3c1a2b7 Merge pull request #78 from vclwei/develop
翻译控制流一章(未完)
2014-06-10 12:25:39 +08:00
JaySurplus
ba7a993c0d Done Identity Operators
Started Pointers
2014-06-09 23:25:13 -05:00
Will Lee
5898015dbe 修改For Loops 和 While Loops 译文标题格式 2014-06-10 12:18:21 +08:00
Will Lee
d8fbf32deb 完成控制流一章中For Loops, While Loops 翻译 2014-06-10 12:16:55 +08:00
Siwei
bfcf80edee 粗略校对完毕: reference expression 2014-06-10 12:15:35 +08:00
Shindo
db6cfda659 完成Conditional Statements的翻译。 2014-06-10 12:12:26 +08:00
Shindo
c2ebe506ed 统一符号使用 2014-06-10 12:12:26 +08:00
Shindo
e075ce6bca 占坑 Control Flow: Conditional Statements 2014-06-10 12:12:26 +08:00
Shindo
59c3762fc2 修改一些表达方式。 2014-06-10 12:12:26 +08:00
梁杰
7d9c7b7bff Merge pull request #67 from stanzhai/develop
[ 语法总结 ] 翻译完毕!
2014-06-10 12:09:51 +08:00
geek5nan
3179f6bd44 Merge branch 'gh-pages' of https://github.com/numbbbbb/the-swift-programming-language-in-chinese into develop 2014-06-10 11:50:20 +08:00
geek5nan
dfb6112e8c 内容勘误 2014-06-10 11:44:13 +08:00
stanzhai
6726c28cca complete !(Summary of the Grammar) 2014-06-10 11:27:43 +08:00
Shiny Zhu
f60817eeab 修改了部分语法和格式 2014-06-10 11:18:57 +08:00
bzsy
e91a2de6b3 Update 02_Basic_Operators.md
编辑错误,202行,“o或”修改为“或”
2014-06-10 10:16:27 +08:00
JaySurplus
a753e452f4 Done *value type
Started “Classes Are Reference Types”
2014-06-09 20:13:41 -05:00
JaySurplus
97fe104eff Done at Memberwise Initializers for Structure Type
Starting Structures and Enumerations Are Value Types
2014-06-09 17:43:24 -05:00
JaySurplus
ff932d41e1 Starting Dot Syntax 2014-06-09 16:58:45 -05:00
aminAIR
4f50504c37 translate to bitwise shifting 2014-06-10 00:58:25 +08:00
stanzhai
d13b09a8c8 fix some terms 2014-06-10 00:54:05 +08:00
aminAIR
aa1ef8fac9 translate to bitwise shifting 2014-06-10 00:53:24 +08:00
numbbbbb
19c52d124b correct an mistake 2014-06-09 23:40:59 +08:00
aminAIR
3676e6bdf7 Merge branch 'develop' of https://github.com/xielingwang/the-swift-programming-language-in-chinese into develop 2014-06-09 23:39:43 +08:00
fd5788
0c5082077e 泛型参数翻译完毕 2014-06-09 22:40:19 +08:00
fd5788
93a4928a5c add Generic Parameters and Arguments 2014-06-09 22:40:19 +08:00
Will Lee
b318990799 翻译控制流一章(未完) 2014-06-09 22:34:01 +08:00
numbbbbb
bfaa2367d8 correct the error translate in enum 2014-06-09 22:19:55 +08:00
numbbbbb
1985548298 correct an mistake 2014-06-09 22:06:47 +08:00
numbbbbb
5b2a5af734 correct an mistake 2014-06-09 22:03:51 +08:00