Skip to content

Commit 84864bc

Browse files
authored
Fix typo in 'unfulfilled_lint_expectation' to plural
1 parent 1e1a394 commit 84864bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/lints/levels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ talk about later in this section.
3838

3939
Sometimes, it can be helpful to suppress lints, but at the same time ensure that
4040
the code in question still emits them. The 'expect' level does exactly this. If
41-
the lint in question is not emitted, the `unfulfilled_lint_expectation` lint
41+
the lint in question is not emitted, the `unfulfilled_lint_expectations` lint
4242
triggers on the `expect` attribute, notifying you that the expectation is no
4343
longer fulfilled.
4444

0 commit comments

Comments
 (0)