Skip to content

Commit 62a7403

Browse files
authored
Merge pull request #2804 from rust-lang/tshepang/fix
start paragraph with upper case
2 parents a9f3e8e + b9da7f2 commit 62a7403

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)