We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5762669 commit 9b8f9b7Copy full SHA for 9b8f9b7
src/doc/rustc-ux-guidelines.md
@@ -20,7 +20,7 @@ program. For instance, dead code and unused `Result` values.
20
A `help` message is emitted following an `error` or `warning` to give additional
21
information to the user about how to solve their problem.
22
23
-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
24
that caused the warning or error. For example, the borrow checker will note any
25
previous conflicting borrows.
26
0 commit comments