diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-05-22 15:05:57 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-05-27 19:44:55 -0500 |
| commit | 13c876b1775b0cc26cc898ccbd6523329ac6fa26 (patch) | |
| tree | 7c1e23863c3f8574477af1c1719b0c22e9001f76 /src/doc/rustc-dev-guide | |
| parent | f65df573d69086a492ac4c685f49c5d8571eb5e2 (diff) | |
| download | rust-13c876b1775b0cc26cc898ccbd6523329ac6fa26.tar.gz rust-13c876b1775b0cc26cc898ccbd6523329ac6fa26.zip | |
fix typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/diag.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/diag.md b/src/doc/rustc-dev-guide/src/diag.md index af619ed83a7..6043a79b7be 100644 --- a/src/doc/rustc-dev-guide/src/diag.md +++ b/src/doc/rustc-dev-guide/src/diag.md @@ -138,7 +138,7 @@ There are a few other [`Applicability`][appl] possibilities: - `MachineApplicable`: Can be applied mechanically. - `HasPlaceholders`: Cannot be applied mechanically and has placeholder text in - the suggestions. For example, "Try adding a type: \`let x: <type>\`". + the suggestions. For example, "Try adding a type: \`let x: \<type\>\`". - `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 |
