mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
Fix typo.
Fix typo (平很 -> 平衡), adjust word order, add the missing translation of "Rust stands to challenge that".
This commit is contained in:
parent
f2d8515ac6
commit
df6fcaedcf
@ -6,7 +6,7 @@
|
||||
|
||||
欢迎阅读 “Rust 程序设计语言”,一本介绍 Rust 的书。
|
||||
|
||||
Rust 是一门帮助你编写更快、更可靠软件的编程语言。高层工程学与底层控制在其他编程语言设计中往往是相互矛盾的;通过平很强大的技术能力与优秀的开发体验,Rust 提供了控制底层细节(比如内存使用)的选择,并免受通常随之而来的所有烦恼。
|
||||
Rust 是一门帮助你编写更快、更可靠软件的编程语言。高层工程学与底层控制在其他编程语言设计中往往是相互矛盾的,Rust 则试图挑战该现象。通过对强大的技术能力与优秀的开发体验的平衡,Rust 提供了控制底层细节(比如内存使用)的选择,并免受通常随之而来的所有烦恼。
|
||||
|
||||
## 谁会使用 Rust
|
||||
|
||||
@ -82,4 +82,4 @@ Rust 适用于渴望编程语言的速度与稳定性的开发者。对于速度
|
||||
|
||||
> 译者注:本译本的 [GitHub 仓库][trpl-zh-cn],欢迎 Issue 和 PR :)
|
||||
|
||||
[trpl-zh-cn]: https://github.com/KaiserY/trpl-zh-cn
|
||||
[trpl-zh-cn]: https://github.com/KaiserY/trpl-zh-cn
|
||||
|
Loading…
Reference in New Issue
Block a user