about summary refs log tree commit diff
path: root/src/doc/trpl/getting-started.md
diff options
context:
space:
mode:
authorFuGangqiang <fu_gangqiang@163.com>2015-04-24 23:56:02 +0800
committerFuGangqiang <fu_gangqiang@163.com>2015-04-25 16:30:25 +0800
commit46462c7b5f33f33a338ee7ab40476be2234e2851 (patch)
treed3f23208317c7673a819fd975761b94cfa347e88 /src/doc/trpl/getting-started.md
parent9d439b41777103b8b349635e68e9ccd3648aabc2 (diff)
downloadrust-46462c7b5f33f33a338ee7ab40476be2234e2851.tar.gz
rust-46462c7b5f33f33a338ee7ab40476be2234e2851.zip
fix doc
Diffstat (limited to 'src/doc/trpl/getting-started.md')
-rw-r--r--src/doc/trpl/getting-started.md2
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.