about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-09 00:10:06 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-09 00:10:06 +0530
commitb515b4e28a47338b4c63e9ef2c393abe58dc9aaf (patch)
treef93cdf3057542cc652f48bc02f20e167547e3478 /src
parentc7d5354567e596c578b1ff656f52fae80a93b48a (diff)
parentd65064da349f1f7182180549628fb0ee650771b7 (diff)
downloadrust-b515b4e28a47338b4c63e9ef2c393abe58dc9aaf.tar.gz
rust-b515b4e28a47338b4c63e9ef2c393abe58dc9aaf.zip
Rollup merge of #23184 - steveklabnik:gh22553, r=alexcrichton
 Fixes #22553
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/SUMMARY.md2
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)