1
Fork 0

typos: fix a grabbag of typos all over the place

This commit is contained in:
Cristi Cobzarenco 2015-10-07 23:11:25 +01:00
parent 95285c496f
commit 4b308b44e1
71 changed files with 92 additions and 94 deletions

View file

@ -55,8 +55,8 @@ pub struct TocBuilder {
/// strictly increasing (i.e. chain[0].level < chain[1].level <
/// ...) with each entry being the most recent occurrence of a
/// heading with that level (it doesn't include the most recent
/// occurrences of every level, just, if *is* in `chain` then is is
/// the most recent one).
/// occurrences of every level, just, if it *is* in `chain` then
/// it is the most recent one).
///
/// We also have `chain[0].level <= top_level.entries[last]`.
chain: Vec<TocEntry>