diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-25 21:18:47 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-25 21:18:47 +0530 |
| commit | cfe08b74bf1808ecd6e108ddedc300f019f63dbb (patch) | |
| tree | 56050b0abf606892428a830c76cb262973c89f6d /src/doc/trpl/getting-started.md | |
| parent | 4f1bbc209fbf79ed5143ec4f5d78333dab4ba39d (diff) | |
| parent | 46462c7b5f33f33a338ee7ab40476be2234e2851 (diff) | |
| download | rust-cfe08b74bf1808ecd6e108ddedc300f019f63dbb.tar.gz rust-cfe08b74bf1808ecd6e108ddedc300f019f63dbb.zip | |
Rollup merge of #24806 - FuGangqiang:doc, r=Manishearth
Diffstat (limited to 'src/doc/trpl/getting-started.md')
| -rw-r--r-- | src/doc/trpl/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/getting-started.md b/src/doc/trpl/getting-started.md index 555d40e6597..d0825e543f2 100644 --- a/src/doc/trpl/getting-started.md +++ b/src/doc/trpl/getting-started.md @@ -1,5 +1,5 @@ % Getting Started This first section of the book will get you going with Rust and its tooling. -First, we’ll install Rust. Then: the classic ‘Hello World’ program. Finally, +First, we’ll install Rust. Then, the classic ‘Hello World’ program. Finally, we’ll talk about Cargo, Rust’s build system and package manager. |
