Skip to content

Commit

Permalink
Update rustc-ux-guidelines.md
Browse files Browse the repository at this point in the history
"A `note` to emitted to" changed to "A `note` is emitted to"
  • Loading branch information
jz0425 committed May 9, 2017
1 parent 5762669 commit 9b8f9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc-ux-guidelines.md
Expand Up @@ -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.

Expand Down

0 comments on commit 9b8f9b7

Please sign in to comment.