Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7a93737

Browse files
ChayimFriedman2camelid
authored andcommitted
Fix incorrectly escaped backtick
1 parent db07376 commit 7a93737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ The possible values of [`Applicability`][appl] are:
459459

460460
- `MachineApplicable`: Can be applied mechanically.
461461
- `HasPlaceholders`: Cannot be applied mechanically because it has placeholder
462-
text in the suggestions. For example: ``try adding a type: `let x:
463-
<type>` ``.
462+
text in the suggestions. For example: ```try adding a type: `let x:
463+
<type>` ```.
464464
- `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may
465465
or may not be a good one.
466466
- `Unspecified`: Cannot be applied mechanically because we don't know which

0 commit comments

Comments
 (0)