Fix incorrectly escaped backtick

This commit is contained in:
Chayim Refael Friedman 2022-03-02 04:27:13 +02:00 committed by Noah Lev
parent 1d9f534e4e
commit 133100ead7
1 changed files with 2 additions and 2 deletions

View File

@ -459,8 +459,8 @@ The possible values of [`Applicability`][appl] are:
- `MachineApplicable`: Can be applied mechanically. - `MachineApplicable`: Can be applied mechanically.
- `HasPlaceholders`: Cannot be applied mechanically because it has placeholder - `HasPlaceholders`: Cannot be applied mechanically because it has placeholder
text in the suggestions. For example: ``try adding a type: `let x: text in the suggestions. For example: ```try adding a type: `let x:
<type>` ``. <type>` ```.
- `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may - `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may
or may not be a good one. or may not be a good one.
- `Unspecified`: Cannot be applied mechanically because we don't know which - `Unspecified`: Cannot be applied mechanically because we don't know which