basic -> essential

This commit is contained in:
Steve Klabnik 2016-08-26 15:33:44 -04:00 committed by Carol (Nichols || Goulding)
parent d9591c1928
commit 57fd1a575c
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,9 @@
- [Controlling visibility with `pub`](ch07-02-controlling-visibility-with-pub.md)
- [Importing names with `use`](ch07-03-importing-names-with-use.md)
- [Basic Collections](ch09-01-basic-collections.md)
- [Error Handling]()
- [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)

View File

@ -1,4 +1,4 @@
# Basic Collections
# Essential Collections
Rust's standard library includes a number of really useful data structures
called 'collections'. Most types represent one specific value, but collections