]> git.lizzy.rs Git - rust.git/commitdiff
Update rustc-ux-guidelines.md
authorJing Zhao <zhaojing@oregonstate.edu>
Tue, 9 May 2017 01:15:23 +0000 (18:15 -0700)
committerGitHub <noreply@github.com>
Tue, 9 May 2017 01:15:23 +0000 (18:15 -0700)
"A `note` to emitted to" changed to "A `note` is emitted to"

src/doc/rustc-ux-guidelines.md

index ecfb2fb25728b2bf223e6349b678c40026967756..323d49e46912001c9610ddf3357e1acb80a057e3 100644 (file)
@@ -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.