Skip to content

Commit 9b8f9b7

Browse files
authored
Update rustc-ux-guidelines.md
"A `note` to emitted to" changed to "A `note` is emitted to"
1 parent 5762669 commit 9b8f9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-ux-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ program. For instance, dead code and unused `Result` values.
2020
A `help` message is emitted following an `error` or `warning` to give additional
2121
information to the user about how to solve their problem.
2222

23-
A `note` to emitted to identify additional circumstances and parts of the code
23+
A `note` is emitted to identify additional circumstances and parts of the code
2424
that caused the warning or error. For example, the borrow checker will note any
2525
previous conflicting borrows.
2626

0 commit comments

Comments
 (0)