From 81a413bb011ef7051073bc0c1cea735f45e64ce8 Mon Sep 17 00:00:00 2001 From: Nick Howell Date: Fri, 29 May 2015 14:29:35 -0400 Subject: [PATCH] trpl: eight sections, not seven --- src/doc/trpl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/README.md b/src/doc/trpl/README.md index d7f810dd857e2..12384b00b43bc 100644 --- a/src/doc/trpl/README.md +++ b/src/doc/trpl/README.md @@ -15,7 +15,7 @@ language would. [rust]: http://rust-lang.org -“The Rust Programming Language” is split into seven sections. This introduction +“The Rust Programming Language” is split into eight sections. This introduction is the first. After this: * [Getting started][gs] - Set up your computer for Rust development.