From 9b8f9b7cf8c9f6d73e67369b6cf57efbc154512a Mon Sep 17 00:00:00 2001 From: Jing Zhao Date: Mon, 8 May 2017 18:15:23 -0700 Subject: [PATCH] Update rustc-ux-guidelines.md "A `note` to emitted to" changed to "A `note` is emitted to" --- src/doc/rustc-ux-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-ux-guidelines.md b/src/doc/rustc-ux-guidelines.md index ecfb2fb25728b..323d49e469120 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.