Orefa
46fafcb539
添加缺失的翻译,调整翻译
2023-11-10 13:40:23 +08:00
Autosaida
080a840107
fix: typo
2023-11-09 11:38:33 +08:00
Gengen Wang
734773347b
Merge branch 'KaiserY:main' into patch-2
2023-10-29 17:21:20 +08:00
Gengen Wang
cff3cdf097
fix: typo in Modules
...
这些功能。这有时被称为 “模块系统(the module system)” 改为 这些功能,有时被统称为 “模块系统(the module system)”
原文:These features, sometimes collectively referred to as the module system
2023-10-28 14:19:07 +08:00
Gengen Wang
3293646772
Update ch09-02-recoverable-errors-with-result.md
...
“Err中的值将作为整个函数的返回值” 改为 “Err将作为整个函数的返回值”
2023-10-27 20:22:38 +08:00
guokairui
ba967b80f3
feat: update readme to use mdbook
2023-10-25 18:17:26 +08:00
sakagami
418194a3c2
Fix typo: in the description of fn 'unwrap_or'
2023-10-19 00:46:16 +08:00
wxsm
cab4a53550
Update ch00-00-introduction.md
...
优化不通顺的句子
2023-10-13 16:42:53 +08:00
KaiserY
7c680af8d2
update ch17-02 close #738
2023-10-07 11:32:03 +08:00
汪心禾
7f0e2f2330
n 阶斐波那契数列
改为 第 n 个斐波那契数
...
此处原文为 Generate the nth Fibonacci number.
2023-10-04 16:04:59 +08:00
KaiserY
e867b0a913
fix autocorrect
2023-09-29 17:47:12 +08:00
LiuYinCarl
4a3dbe7b6f
修复Lint
2023-09-29 15:15:34 +08:00
LiuYinCarl
e6218be634
修正13到16章部分语法问题
2023-09-29 15:07:58 +08:00
LiuYinCarl
76aa7d738a
修改错误语法 '他们' -> '它们'
2023-09-25 22:07:16 +08:00
KaiserY
99503422f8
update to ch19-05
2023-09-19 16:27:26 +08:00
KaiserY
f3778348cd
update to ch17-02 close #733
2023-09-18 22:14:27 +08:00
KaiserY
d2cac68d6c
wip
2023-09-18 16:44:44 +08:00
KaiserY
d157604fed
update to ch-02
2023-09-17 23:49:48 +08:00
KaiserY
5424e85354
update ch18-02 close #732
2023-09-17 22:53:01 +08:00
KaiserY
3c70b9930b
update ch10-00 close #734
2023-09-17 22:36:09 +08:00
phenix3443
be6f8695d6
fix: repaire one ch07-03 typo
2023-09-15 11:55:05 +08:00
KaiserY
c3f900a674
update ch19-01 fix #727
2023-09-05 10:52:48 +08:00
KaiserY
e7199bbbdd
update ch08-02 close #716
2023-09-05 10:45:37 +08:00
Orefa
7189943c8e
Update ch20-02-multithreaded.md
...
纠正翻译
2023-08-09 09:14:33 +08:00
kant
9d6088e772
wrong translation with 'Integer division truncates toward zero to the nearest integer. '
2023-07-22 14:43:21 +08:00
Dark-detsixE
ee12527169
fix: wrong function name
2023-07-17 16:02:08 +08:00
Dark-detsixE
114f248bd5
fix: wrong function name
2023-07-17 15:56:38 +08:00
GnSight
3ea9a5eb1a
fix: 修正语义不流畅问题
2023-06-11 10:56:19 +08:00
lalala-233
e550e48e7f
Update ch18-03-pattern-syntax.md
...
x % 2 == 5
=>
x % 2 == 0
2023-06-09 00:10:33 +08:00
KaiserY
affc406f0a
Merge pull request #725 from wencan/dev_20230606_fix_indent
...
fix 7.5换行
2023-06-06 19:33:36 +08:00
wencan
578ed36510
fix 7.5缩进
2023-06-06 16:08:53 +08:00
KaiserY
af5dd9e491
Merge pull request #724 from wencan/ch07_03_20230605_super_relative_paths
...
update 7.3 "Starting Relative Paths with super"
2023-06-06 08:59:07 +08:00
wencan
0166114c2c
update "Starting Relative Paths with super"
2023-06-05 16:51:59 +08:00
wencan
a14dea8c6a
更新7.3中最佳实践部分
2023-06-03 11:28:04 +08:00
@Jarvis
925bf093a8
Update ch19-01-unsafe-rust.md
...
将 `第二类可以在进行不安全块的操作是调用不安全函数。`修改为`第二类可以在不安全块中进行的操作是调用不安全函数。`
2023-05-18 16:54:15 +08:00
lalala-233
a786e8ebea
fix: 补充遗漏的内容
2023-04-26 13:46:26 +08:00
AlreadyM
37bc92639e
修正-使语义流畅:不明确生命周期的处理模式
2023-04-19 23:32:28 +08:00
AlreadyM
2c6d45a44d
修正 使语义流畅
2023-04-19 17:49:45 +08:00
AlreadyM
0f6e444fd0
修正西里尔字母部分的翻译语义通畅
2023-04-18 21:59:08 +08:00
0x64
e31bcfaddd
fix:wrong-character
2023-04-01 03:59:58 +08:00
KaiserY
53fa4d4ebe
Merge pull request #713 from Dianshii/patch-5
...
补充 12-05 漏翻内容
2023-03-25 14:06:16 +08:00
Dianshii
c3bccdd561
补充 12-05 漏翻内容
2023-03-25 03:00:04 +01:00
Dianshii
3944a09a6c
修改 12-05 翻译错误
2023-03-25 00:18:13 +01:00
zivvvv
832dca4efb
fix: 错别字;
2023-03-23 17:38:40 +08:00
Dianshii
c16825505a
Update ch10-03-lifetime-syntax.md
2023-03-20 21:54:33 +01:00
Dianshii
55acb83783
Update ch10-03-lifetime-syntax.md
2023-03-20 21:52:11 +01:00
Dianshii
80b1efe5c2
Update ch10-03-lifetime-syntax.md
2023-03-20 21:06:06 +01:00
墨娘
116334e633
更新title-page.md到d94e03a18a2590ed3f1c67b859cb11528d2a2d5c
2023-03-14 10:46:34 +08:00
墨娘
607cd115d9
更新ch03-01-variables-and-mutability.md到21a2ed14f4480dab62438dcc1130291bebc65379
...
由于英文是错别字修改,所以中文这里无需变更
2023-03-14 10:39:51 +08:00
墨娘
7728b85cd9
更新ch10-01-syntax.md到f2a78f64b668f63f581203c6bac509903f7c00ee
2023-03-14 10:34:37 +08:00