Skip to content

Commit 1f76d91

Browse files
authored
Merge pull request #2883 from rust-lang/tshepang-patch-1
fix grammar
2 parents fecdf8f + 5e3f0f1 commit 1f76d91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ E.g. use `//@ dont-require-annotations: NOTE` to annotate notes selectively.
394394
Avoid using this directive for `ERROR`s and `WARN`ings, unless there's a serious reason, like
395395
target-dependent compiler output.
396396

397-
Some diagnostics are never required to be line-annotated, regardless of their kind or directives,
398-
for example secondary lines of multiline diagnostics,
397+
Some diagnostics are never required to be line-annotated, regardless of their kind or directives.
398+
Examples are secondary lines of multiline diagnostics,
399399
or ubiquitous diagnostics like `aborting due to N previous errors`.
400400

401401
UI tests use the `-A unused` flag by default to ignore all unused warnings, as

0 commit comments

Comments
 (0)