diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-03-08 09:34:03 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-03-08 09:34:03 -0400 |
| commit | d65064da349f1f7182180549628fb0ee650771b7 (patch) | |
| tree | a26bf17dff0d27f635907a6a3d448d89b06e8c55 | |
| parent | b2f09c1165db805ed00707257dd94bb309faf0fe (diff) | |
| download | rust-d65064da349f1f7182180549628fb0ee650771b7.tar.gz rust-d65064da349f1f7182180549628fb0ee650771b7.zip | |
Move 'more strings' after ownership
Fixes #22553
| -rw-r--r-- | src/doc/trpl/SUMMARY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/SUMMARY.md b/src/doc/trpl/SUMMARY.md index d57aff7f4f4..c65389287fb 100644 --- a/src/doc/trpl/SUMMARY.md +++ b/src/doc/trpl/SUMMARY.md @@ -16,11 +16,11 @@ * [Standard Input](standard-input.md) * [Guessing Game](guessing-game.md) * [II: Intermediate Rust](intermediate.md) - * [More Strings](more-strings.md) * [Crates and Modules](crates-and-modules.md) * [Testing](testing.md) * [Pointers](pointers.md) * [Ownership](ownership.md) + * [More Strings](more-strings.md) * [Patterns](patterns.md) * [Method Syntax](method-syntax.md) * [Closures](closures.md) |
