From e9756c27555e32789ae9e2705dfcd2174c2a01b5 Mon Sep 17 00:00:00 2001 From: Keith Gautreaux Date: Fri, 9 Jan 2015 14:45:30 -0800 Subject: [PATCH] Fix "section" typo --- src/doc/trpl/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.