From d873aeeb923b733f86c89f4a9fc599770a170640 Mon Sep 17 00:00:00 2001 From: Peter Schuller Date: Fri, 9 Jan 2015 22:35:18 -0800 Subject: [PATCH] Fix typo in documentation. --- src/doc/trpl/README.md | 2 +- src/doc/trpl/advanced.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/trpl/README.md b/src/doc/trpl/README.md index 0202e873b3644..7bd21beaab798 100644 --- a/src/doc/trpl/README.md +++ b/src/doc/trpl/README.md @@ -27,7 +27,7 @@ and will be able to understand most Rust code and write more complex programs. ## Advanced -In a similar fashion to "Intermediate," this setion is full of individual, +In a similar fashion to "Intermediate," this section is full of individual, deep-dive chapters, which stand alone and can be read in any order. These chapters focus on the most complex features, as well as some things that are only available in upcoming versions of Rust. diff --git a/src/doc/trpl/advanced.md b/src/doc/trpl/advanced.md index 138db523b9a21..447a8a614bf56 100644 --- a/src/doc/trpl/advanced.md +++ b/src/doc/trpl/advanced.md @@ -1,6 +1,6 @@ % Advanced -In a similar fashion to "Intermediate," this setion is full of individual, +In a similar fashion to "Intermediate," this section is full of individual, deep-dive chapters, which stand alone and can be read in any order. These chapters focus on the most complex features, as well as some things that are only available in upcoming versions of Rust.