From 52aa5d0039b3f906e82a902bbc4d12556b8ee6f8 Mon Sep 17 00:00:00 2001 From: Mark Mossberg Date: Sun, 5 Apr 2015 02:56:16 -0400 Subject: [PATCH] Documentation fix Correct mistyped comma, and slightly improve sentence. --- 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 4a866d6224d5d..6e8d394afa5b1 100644 --- a/src/doc/trpl/README.md +++ b/src/doc/trpl/README.md @@ -28,7 +28,7 @@ and will be able to understand most Rust code and write more complex programs. 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, +chapters focus on Rust's most complex features.

Unstable