about summary refs log tree commit diff
path: root/src/doc/trpl/getting-started.md
diff options
context:
space:
mode:
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.