Skip to content

Commit eb90c9c

Browse files
ChayimFriedman2camelid
authored andcommitted
Fix incorrectly escaped backtick
1 parent 32f2a5b commit eb90c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diagnostics.md

+2-2
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)