Clarify missing tick.

This commit is contained in:
Eric Huss 2022-06-10 11:15:13 -07:00
parent d782e8748b
commit 769f938aea

View file

@ -548,7 +548,7 @@ Indices starting from 1 refer (as de Bruijn indices) to a higher-ranked lifetime
> Index 0 should be displayed as `'_`.
>
> Lifetimes starting from 1 may be translated to single lowercase letters starting with `'a`.
> Indices over 25 may consider printing the numeric lifetime index as in `_123`.
> Indices over 25 may consider printing the numeric lifetime index as in `'_123`.
>
> Index 0 should not be displayed for lifetimes in a *[ref-type]*, *[mut-ref-type]*, or *[dyn-trait-type]*.
>