about summary refs log tree commit diff
path: root/src/doc/trpl/basic.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/trpl/basic.md')
-rw-r--r--src/doc/trpl/basic.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/trpl/basic.md b/src/doc/trpl/basic.md
index 087121d0e7d..c267830e6e0 100644
--- a/src/doc/trpl/basic.md
+++ b/src/doc/trpl/basic.md
@@ -1,8 +1,7 @@
 % Basics
 
 This section is a linear introduction to the basic syntax and semantics of
-Rust. It has individual sections on each part of Rust's syntax, and cumulates
-in a small project: a guessing game.
+Rust. It has individual sections on each part of Rust's syntax.
 
 After reading "Basics," you will have a good foundation to learn more about
 Rust, and can write very simple programs.