typos: fix a grabbag of typos all over the place
This commit is contained in:
parent
95285c496f
commit
4b308b44e1
71 changed files with 92 additions and 94 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue