about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorZack M. Davis <code@zackmdavis.net>2018-06-30 17:03:08 -0700
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-07-04 17:14:02 -0500
commit19d6a4ace49db2991dff7c0911490bf1753a6a99 (patch)
tree5e0a316d11a2aa12db19b4c2ec646135fc423aa6 /src/doc/rustc-dev-guide
parentd771413d9d91ed3e05619cd128d13cbb1a90ee47 (diff)
downloadrust-19d6a4ace49db2991dff7c0911490bf1753a6a99.tar.gz
rust-19d6a4ace49db2991dff7c0911490bf1753a6a99.zip
"and has" → "because it has"
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/diag.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/diag.md b/src/doc/rustc-dev-guide/src/diag.md
index a0e755718b1..67bd4829c4d 100644
--- a/src/doc/rustc-dev-guide/src/diag.md
+++ b/src/doc/rustc-dev-guide/src/diag.md
@@ -148,8 +148,9 @@ For more information about this error, try `rustc --explain E0999`.
 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\>\`".
+- `HasPlaceholders`: Cannot be applied mechanically because it has placeholder
+  text in 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