Rename ch03-01: remove 'bindings'

This commit is contained in:
Elahn Ientile 2016-10-08 11:19:48 +10:00
parent 65f12cf6a4
commit f3b3062547
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- [Guessing Game Tutorial](ch02-00-guessing-game-tutorial.md)
- [Common Programming Concepts in Rust](ch03-00-common-programming-concepts-in-rust.md)
- [Variable Bindings and Mutability](ch03-01-variable-bindings-and-mutability.md)
- [Variables and Mutability](ch03-01-variables-and-mutability.md)
- [Data Types](ch03-02-data-types.md)
- [How Functions Work](ch03-03-how-functions-work.md)
- [Comments](ch03-04-comments.md)