Commit Graph

757 Commits

Author SHA1 Message Date
icey-self
26750654f5
Revert "修复翻译错别字" 2019-08-15 14:19:50 +08:00
Rustin
a3ae3fbe6b
修复翻译错别字
“将当编写一个其实现会”,修改“为将当编写一个其实先会”。
2019-08-15 08:31:45 +08:00
KaiserY
2c084ad428 update ch04-02 close #325 2019-08-13 09:50:26 +08:00
icey-self
f5fac8fea0
修正typo 多有 --> 所有
英文原文:Subclasses shouldn’t always share all characteristics of their parent class but will do so with inheritance.
2019-08-02 14:24:22 +08:00
iczc
54966f0ff1
修改编辑器为编译器 2019-08-02 10:27:45 +08:00
icey-self
d8c7a75c12
Box<Error> --> Box<dyn Error> 2019-07-25 15:59:04 +08:00
Turing Zhu
5ae1a4f474 [fix] remove duplicate word 2019-07-02 18:00:45 +08:00
Tengfei Niu
c6ea3d3b25
Fix href 2019-06-19 14:45:26 +08:00
Tengfei Niu
014375cf37
fix typo 2019-06-19 14:39:12 +08:00
Tengfei Niu
49c6135569
Refactor translateion 2019-06-19 14:08:35 +08:00
spartucus
275b05d0bb refactor translation. 2019-06-19 11:45:06 +08:00
KaiserY
d509deb5c9
Update ch04-00-understanding-ownership.md
close #317
2019-06-12 21:45:03 +08:00
KaiserY
e0e0287e73
Update ch07-02-modules-and-use-to-control-scope-and-privacy.md
close #316
2019-06-10 18:57:50 +08:00
Xu Qiaolun
491fb61c8d Fix: value应该是Option<u32>类型 2019-06-06 16:23:05 +08:00
Xu Qiaolun
a00ac444bc Fix: 学习两个大量依赖.... 2019-06-06 03:24:20 +08:00
Xu Qiaolun
b57e74f077 Fix: 位于冒号后面而不是分号 2019-06-06 03:20:49 +08:00
Turing Zhu
b323e3319c [optimaze] ' 通用' 改为 '常见'. close #313 2019-06-04 09:28:52 +08:00
holdlg
3218f3c5bc ch07-02 错别字 2019-06-01 08:36:24 +08:00
holdlg
89e5cf6772 ch07-00 错别字 2019-05-31 18:10:58 +08:00
flw
4274b49e87
Fix: 「其中每一个元素是元组的一部分」中的「其」指代不明有歧义,此处修复
因为元组也有元素,并且下文中也提到了这一点,故与上文中的「每个元素」容易混淆,
造成「其」字指代不明,阅读起来不太通顺。
2019-05-24 01:22:53 +08:00
flw
3ceb4f3e60
Fix: 「其令」改为「它让」,让句子更通顺一些 2019-05-23 22:26:17 +08:00
flw
ea8d78ed62
Style: 部分文件的最后一行没有以行结束符结尾,现已修复 2019-05-21 17:18:30 +08:00
Turing Zhu
32c4cd46a8 [fix] rename file name of ch07-00 2019-05-16 12:26:34 +08:00
KaiserY
a39a5cebfa fix translation 2019-04-12 09:10:53 +08:00
fzzkyd
2a55298379 Fix typo 2019-03-19 00:07:11 +08:00
weirane
dee287d56a
Correct 'hTTP' 2019-03-12 17:08:45 +08:00
fzzkyd
f7c493f6b8 Fix typo 2019-03-11 23:45:46 +08:00
fzzkyd
30844a009a Fix typo 2019-03-07 01:01:40 +08:00
fzzkyd
2f1dbeecfa Optimized description logic 2019-03-05 22:13:17 +08:00
xtutu
92c36e2ba4
Update ch10-03-lifetime-syntax.md 2019-02-28 14:29:39 +08:00
fzzkyd
bbd37aa654 Fix typo 2019-02-25 22:09:53 +08:00
fzzkyd
67a81a3d05 Fix typo 2019-02-23 00:25:00 +08:00
szpzs
0e00cf7f9e
Update ch15-04-rc.md 2019-02-21 08:23:36 +08:00
szpzs
d6965ef744
Update ch15-04-rc.md 2019-02-21 08:21:45 +08:00
readlnh
7543688f2c 修正ch15中的代码 2019-02-20 12:52:11 +08:00
readlnh
883d67216e 修正ch15-01-box的代码 2019-02-20 12:44:58 +08:00
fzzkyd
d8629d86ab Fix typo 2019-02-19 23:40:44 +08:00
fzzkyd
beb8beb7ff Fix typo 2019-02-14 02:29:13 +08:00
fzzkyd
e3357fdfd9 Fix typo 2019-02-07 00:47:35 +08:00
fzzkyd
a825edc098 Fix typo 2019-02-03 00:05:57 +08:00
Amami Ruri
c3e8d84cd5
fix typo 2019-01-30 13:00:18 +08:00
Tengfei Niu
aa52aaf1d3
update commit id 2019-01-29 11:19:36 +08:00
Tengfei Niu
537f657aa5
Update to 2018 edition 2019-01-29 11:18:43 +08:00
Tengfei Niu
7d9a5890b2
Update 2018 edition 2019-01-29 11:14:43 +08:00
Tengfei Niu
58b957711a
Fix typo 2019-01-29 10:42:39 +08:00
Tengfei Niu
230835140b
Refactor translation 2019-01-29 10:38:22 +08:00
Tengfei Niu
5e29ddf1dd
Fix edition of Rust while explaining Cargo.toml 2019-01-29 10:36:01 +08:00
管斌瑞
1192f6ccde
修改“抽象出”为“抽象掉”
> This abstracts away some of the commonplace code so it’s easier to see the concepts that are unique to this code, such as the filtering condition each element in the iterator must pass.

这边应该是剔除冗杂代码的意思吧。
2019-01-12 16:09:55 +08:00
oncealong
48821e22ee fix typo 2019-01-10 19:31:07 +08:00
KaiserY
50ddcaa8d3 fix ch07-02 2019-01-10 11:37:00 +08:00