mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Update rustc-ux-guidelines.md
"A `note` to emitted to" changed to "A `note` is emitted to"
This commit is contained in:
parent
576266927a
commit
9b8f9b7cf8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user