Skip to content

Commit 51783df

Browse files
authored
Merge pull request #4007 from DanielEScherzer/3368-lowercase
RFC 3368: fix misplaced capitalization within a sentence
2 parents 8df26c9 + dc48759 commit 51783df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

text/3368-diagnostic-attribute-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Any attribute in this namespace may:
8585
Any attribute in this namespace is not allowed to:
8686

8787
* Change the result of the compilation, which means applying such an attribute should never cause a compilation error as long as they are syntactically valid
88-
* Pass-through information from the source of the diagnostic in a way that users can rely on. E.g. Such an attribute should not allow users to keep the compilation successful and dump information about `extern` blocks to generate C header files
88+
* Pass-through information from the source of the diagnostic in a way that users can rely on. E.g. such an attribute should not allow users to keep the compilation successful and dump information about `extern` blocks to generate C header files
8989

9090
The compiler is allowed to:
9191

0 commit comments

Comments
 (0)