fix title-casing

This commit is contained in:
Alexis Beingessner 2015-07-30 16:39:46 -07:00
parent 6edc994021
commit b52f6187d5

View File

@ -10,7 +10,7 @@
* [Ownership](ownership.md)
* [References](references.md)
* [Lifetimes](lifetimes.md)
* [Limits of lifetimes](lifetime-mismatch.md)
* [Limits of Lifetimes](lifetime-mismatch.md)
* [Lifetime Elision](lifetime-elision.md)
* [Unbounded Lifetimes](unbounded-lifetimes.md)
* [Higher-Rank Trait Bounds](hrtb.md)