Move 'more strings' after ownership

Fixes #22553
This commit is contained in:
Steve Klabnik 2015-03-08 09:34:03 -04:00
parent b2f09c1165
commit d65064da34

View File

@ -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)