Make the filename and header more consistent

This commit is contained in:
Carol (Nichols || Goulding) 2016-09-19 11:09:06 -04:00
parent 99fc51d848
commit 9ba5bb3690
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
- [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)
- [HashMaps](ch08-03-hashmaps.md)
- [Error Handling]()