diff options
| author | Mark Mossberg <mark.mossberg@gmail.com> | 2015-04-05 02:56:16 -0400 |
|---|---|---|
| committer | Mark Mossberg <mark.mossberg@gmail.com> | 2015-04-05 02:56:16 -0400 |
| commit | 52aa5d0039b3f906e82a902bbc4d12556b8ee6f8 (patch) | |
| tree | 27f8a111623bfefb9e591d5c09c55d59a5b71a77 | |
| parent | f73f3233f10e506ec41c17126e66953ed6996feb (diff) | |
| download | rust-52aa5d0039b3f906e82a902bbc4d12556b8ee6f8.tar.gz rust-52aa5d0039b3f906e82a902bbc4d12556b8ee6f8.zip | |
Documentation fix
Correct mistyped comma, and slightly improve sentence.
| -rw-r--r-- | src/doc/trpl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/README.md b/src/doc/trpl/README.md index 4a866d6224d..6e8d394afa5 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. <h2 class="section-header"><a href="unstable.html">Unstable</a></h2> |
