mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Fix typos
This commit is contained in:
parent
c784b1cda2
commit
6ae257b276
@ -305,7 +305,7 @@ Cargo checks to see if any of your project’s files have been modified, and onl
|
||||
rebuilds your project if they’ve changed since the last time you built it.
|
||||
|
||||
With simple projects, Cargo doesn't bring a whole lot over just using `rustc`,
|
||||
but it will become useful in future. With complex projects composed of multiple
|
||||
but it will become useful in the future. With complex projects composed of multiple
|
||||
crates, it’s much easier to let Cargo coordinate the build. With Cargo, you can
|
||||
just run `cargo build`, and it should work the right way.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Introduction
|
||||
|
||||
Welcome to “The Rust Programming Language,” an introductory book about Rust.
|
||||
Welcome to “The Rust Programming Language”, an introductory book about Rust.
|
||||
Rust is a programming language that’s focused on safety, concurrency, and
|
||||
speed. It maintains these goals without having a garbage collector, making it a
|
||||
useful language for a number of use cases other languages aren’t good at:
|
||||
|
Loading…
Reference in New Issue
Block a user