about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJing Zhao <zhaojing@oregonstate.edu>2017-05-08 18:15:23 -0700
committerGitHub <noreply@github.com>2017-05-08 18:15:23 -0700
commit9b8f9b7cf8c9f6d73e67369b6cf57efbc154512a (patch)
tree2e1a6dcffee000538f861557383e98fbff49f01f
parent576266927a53aba4c0d81ed9641a9435df84baa4 (diff)
downloadrust-9b8f9b7cf8c9f6d73e67369b6cf57efbc154512a.tar.gz
rust-9b8f9b7cf8c9f6d73e67369b6cf57efbc154512a.zip
Update rustc-ux-guidelines.md
"A `note` to emitted to" changed to "A `note` is emitted to"
-rw-r--r--src/doc/rustc-ux-guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-ux-guidelines.md b/src/doc/rustc-ux-guidelines.md
index ecfb2fb2572..323d49e4691 100644
--- a/src/doc/rustc-ux-guidelines.md
+++ b/src/doc/rustc-ux-guidelines.md
@@ -20,7 +20,7 @@ program. For instance, dead code and unused `Result` values.
 A `help` message is emitted following an `error` or `warning` to give additional
 information to the user about how to solve their problem.
 
-A `note` to emitted to identify additional circumstances and parts of the code
+A `note` is emitted to identify additional circumstances and parts of the code
 that caused the warning or error. For example, the borrow checker will note any
 previous conflicting borrows.