Skip to content

Commit 0e5847e

Browse files
committed
fix grammar
1 parent 58d5664 commit 0e5847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/ui.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ fn main() {
333333
Use of `error-pattern` is not recommended in general.
334334

335335
For strict testing of compile time output, try to use the line annotations `//~` as much as
336-
possible, including `//~?` annotations for diagnostics without span.
336+
possible, including `//~?` annotations for diagnostics without spans.
337337

338338
If the compile time output is target dependent or too verbose, use directive
339339
`//@ dont-require-annotations: <diagnostic-kind>` to make the line annotation checking

0 commit comments

Comments
 (0)