Skip to content

Commit dbac00d

Browse files
committed
fix typo
1 parent 3ea3ff8 commit dbac00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diag.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ There are a few other [`Applicability`][appl] possibilities:
138138

139139
- `MachineApplicable`: Can be applied mechanically.
140140
- `HasPlaceholders`: Cannot be applied mechanically and has placeholder text in
141-
the suggestions. For example, "Try adding a type: \`let x: <type>\`".
141+
the suggestions. For example, "Try adding a type: \`let x: \<type\>\`".
142142
- `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may
143143
or may not be a good one.
144144
- `Unspecified`: Cannot be applied mechanically because we don't know which

0 commit comments

Comments
 (0)