Zero-index the filenames

This commit is contained in:
Carol (Nichols || Goulding) 2016-08-25 14:39:09 -07:00
parent 555023fc28
commit db52e35bf9
5 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@
- [Match](ch06-02-match.md)
- [if let](ch06-03-if-let.md)
- [Modules](ch07-01-modules.md)
- [`mod` and the filesystem](ch07-02-mod-and-the-filesystem.md)
- [Controlling visibility with `pub`](ch07-03-controlling-visibility-with-pub.md)
- [Importing names with `use`](ch07-04-importing-names-with-use.md)
- [Modules](ch07-00-modules.md)
- [`mod` and the filesystem](ch07-01-mod-and-the-filesystem.md)
- [Controlling visibility with `pub`](ch07-02-controlling-visibility-with-pub.md)
- [Importing names with `use`](ch07-03-importing-names-with-use.md)
- [Basic Collections]()
- [Vectors]()