Skip to content

Commit b9da7f2

Browse files
committed
start paragraph with upper case
1 parent a9f3e8e commit b9da7f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diagnostics/lintstore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ which boils down to a static with type [`&rustc_lint_defs::Lint`]
2020
as the macro is somewhat unwieldy to add new fields to,
2121
like all macros).
2222

23-
we lint against direct declarations without the use of the macro.
23+
We lint against direct declarations without the use of the macro.
2424

2525
Lint declarations don't carry any "state" - they are merely global identifiers
2626
and descriptions of lints.

0 commit comments

Comments
 (0)