Skip to content

Commit

Permalink
Renaming files to match currently planned chapter order
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Sep 15, 2016
1 parent ba88702 commit 0a6d904
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
- [Controlling visibility with `pub`](ch07-02-controlling-visibility-with-pub.md)
- [Importing names with `use`](ch07-03-importing-names-with-use.md)

- [Essential Collections](ch09-01-essential-collections.md)
- [Vectors](ch09-02-vectors.md)
- [Strings](ch09-03-strings.md)
- [`HashMap<K, V>`](ch09-04-hash-map.md)
- [Essential Collections](ch08-00-essential-collections.md)
- [Vectors](ch08-01-vectors.md)
- [Strings](ch08-02-strings.md)
- [`HashMap<K, V>`](ch08-03-hash-map.md)

- [Error Handling]()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a6d904

Please sign in to comment.