Skip to content

Commit 769f938

Browse files
committed
Clarify missing tick.
1 parent d782e87 commit 769f938

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc/src/symbol-mangling

1 file changed

+1
-1
lines changed

src/doc/rustc/src/symbol-mangling/v0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Indices starting from 1 refer (as de Bruijn indices) to a higher-ranked lifetime
548548
> Index 0 should be displayed as `'_`.
549549
>
550550
> Lifetimes starting from 1 may be translated to single lowercase letters starting with `'a`.
551-
> Indices over 25 may consider printing the numeric lifetime index as in `_123`.
551+
> Indices over 25 may consider printing the numeric lifetime index as in `'_123`.
552552
>
553553
> Index 0 should not be displayed for lifetimes in a *[ref-type]*, *[mut-ref-type]*, or *[dyn-trait-type]*.
554554
>

0 commit comments

Comments
 (0)