diff --git a/src/diagnostics.md b/src/diagnostics.md index 20dbefd7..3671a0ec 100644 --- a/src/diagnostics.md +++ b/src/diagnostics.md @@ -459,8 +459,8 @@ The possible values of [`Applicability`][appl] are: - `MachineApplicable`: Can be applied mechanically. - `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: + ` ```. - `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may or may not be a good one. - `Unspecified`: Cannot be applied mechanically because we don't know which