From ba462b88e9f3ef217a264abe377963087d65728c Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 9 Jan 2015 20:08:30 +0100 Subject: [PATCH] Update advanced.md --- 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 138db523b9a2..447a8a614bf5 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.