sxyazi
e4f70a3c63
fix: wrong context of the link to referencing
2 years ago
sxyazi
f364f7f314
fix: use the periods of Chinese, rather than English
2 years ago
sxyazi
29bffa2434
fix: typo
2 years ago
KaiserY
4fac4ea6a2
Merge pull request #661 from iphucc/patch-4
...
Update ch18-03-pattern-syntax.md
2 years ago
hucc
e9bad12bdd
Update ch18-03-pattern-syntax.md
2 years ago
hucc
d594ed645c
Update ch18-03-pattern-syntax.md
...
“讨论了”改成“讨论”;“每个语法”改成“这些语法”与前一句对应方便理解
2 years ago
hucc
d0d02e4169
Update ch17-02-trait-objects.md
...
这段有点难翻译,帮忙看看有没有更好一点
2 years ago
Alexander Qi
b8d66c8b6b
accent 指西欧语言的变音符号
...
https://zh.wikipedia.org/wiki/%E9%99%84%E5%8A%A0%E7%AC%A6%E5%8F%B7
2 years ago
Alexander Qi
3fe5899a3a
Wrap should be translated as "回绕"
2 years ago
ljkgpxs
69f393a8cf
Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
...
添加缺失代码,去除无意义语句
其中原文为:Before this change, external code would have to call the add_to_waitlist function by using the path restaurant::front_of_house::hosting::add_to_waitlist(). Now that this pub use has re-exported the hosting module from the root module, external code can now use the path restaurant::hosting::add_to_waitlist() instead.
2 years ago
ljkgpxs
0eace53a4d
Update ch07-02-defining-modules-to-control-scope-and-privacy.md
2 years ago
Shinolr
da2518a470
Update ch04-03-slices.md
2 years ago
hucc
2ef2a1c327
Update ch08-02-strings.md
2 years ago
KaiserY
d65e4e4bcb
Merge pull request #652 from GaN601/patch-2
...
修复ch9-02错别字 简介 -> 简洁
2 years ago
KaiserY
41ec4032e8
Merge pull request #651 from GeniusPenguin9/main
...
Add missing content in ch07-02
2 years ago
GaN601
07b5f2848e
修复错别字 简介 -> 简洁
2 years ago
GeniusPenguin9
5fe0781ece
Add missing content in ch07-02
...
Add missing content in ch07-02 based on latest version and more example in English version.
2 years ago
GaN601
df39200038
更新堆栈简介中把栈说成堆的错误
...
"指向放入堆中数据的指针是已知的并且大小是固定的"这里的堆应该是栈, 我看英文md写的是stack
2 years ago
KaiserY
0d4f8e953f
Merge pull request #649 from Shinolr/main
...
Update ch15-01-box.md
2 years ago
Shinolr
b22203621e
Update ch15-01-box.md
2 years ago
gty4
745b6c802a
Update ch08-01-vectors.md
2 years ago
魔王卷子
d98be8b531
Update ch01-03-hello-cargo.md
2 years ago
KaiserY
658e59c6ff
update ch04-02 close #644
2 years ago
singcl
58f687bb4f
fix(docs):修复ch13-03 html元素结束标签缺失的问题
...
文章ch13-03-improving-our-io-project 59行span元素缺失结束标签导致vuepress build的时候报错:
Compiling with vite[vite:vue] Element is missing end tag.
Compiling with vite - failed in 3.10s
SyntaxError: Element is missing end tag.
2 years ago
kkoang
67bfef6fba
与原文不同,疑似翻译不准确
...
原文地址:https://github.com/rust-lang/book/blob/main/src/ch03-02-data-types.md
原文:`An array is a single chunk of memory of a known, fixed size that can be allocated on the stack.`
把 `stack` 翻译成了 `堆栈` 应该翻译成 `栈` 这样更严谨一些
2 years ago
Xuzheng77s
bd3703424c
更新附录appendix
2 years ago
Xuzheng77s
a5c26f14d3
更新7.0与7.1
2 years ago
KaiserY
e1614a76eb
update ch17-03 fix #640
2 years ago
KaiserY
506467d34a
Merge pull request #639 from GeniusPenguin9/main
...
Update ch08-02-strings.md
2 years ago
GeniusPenguin9
6610162736
Update ch08-02-strings.md
2 years ago
KaiserY
6fab79fc03
Merge pull request #638 from chenfajie/main
...
fix spelling mistakes
2 years ago
chenfajie
5fa7565d00
fix spelling mistakes
2 years ago
Xuzheng77s
0d88f0c55b
更新src/ch06-02-match.md
2 years ago
Xuzheng77s
d68da794d7
更新src/ch06-01-defining-an-enum.md
2 years ago
Xuzheng77s
b37ed35bbb
更新src/ch06-00-enums.md
2 years ago
Xuzheng77s
dd8c1bb414
更新src/ch05-03-method-syntax.md
2 years ago
Xuzheng77s
2dcf37310d
更新src/ch05-02-example-structs.md
2 years ago
Xuzheng77s
b5dc9cbb9f
更新src/ch05-01-defining-structs.md
2 years ago
Xuzheng77s
01732d8f30
更新src/ch05-00-structs.md
2 years ago
Xuzheng77s
6c5893a38a
Update src/ch04-01-what-is-ownership.md.md ch04-01-what-is-ownership.md
2 years ago
Xuzheng77s
c82ff11a8f
Update src/ch04-03-slices.md ch04-03-slices.md
2 years ago
Xuzheng77s
a8b5de3f59
Update src/ch04-02-references-and-borrowing.md ch04-02-references-and-borrowing.md
2 years ago
Xuzheng77s
60a4e3bef9
Update src/ch02-00-guessing-game-tutorial.md
2 years ago
Xuzheng77s
681a7090eb
又捉
2 years ago
Xuzheng77s
cdf7ea4d04
捉个小虫(Filename改为文件名)
2 years ago
Hongbo He
e7f39ae75a
Update ch13-01-closures.md
...
修复关于闭包破获变量的错误表述
2 years ago
Yike Du
beb1817b3c
Fix setting env problem
2 years ago
stevenlele
f75ad6909a
Update contents for ch00-10
2 years ago
Laisky.Cai
1e6e56d00b
Update ch02-00-guessing-game-tutorial.md
...
原文是 `so we need to specify 1..=100 to request a number between 1 and 100`。
既然包含上下端点,就不该是 0~101
2 years ago
stevenlele
c2a5b87590
Update introduction
2 years ago