Skip to content

Commit ed08803

Browse files
Rollup merge of #133744 - HypheX:typo-fix, r=fmease
Fix typo README.md Fix typo README.md 2: Electric Boogaloo Expands on #131144
2 parents 1638a55 + c8e0724 commit ed08803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This folder contains `rustc`'s
66
## Test Directives (Headers)
77

88
Typically, a UI test will have some test directives / headers which are
9-
special comments that tell compiletest how to build and intepret a test.
9+
special comments that tell compiletest how to build and interpret a test.
1010

11-
As part of an on-going effort to rewrite compiletest
11+
As part of an ongoing effort to rewrite compiletest
1212
(see <https://github.com/rust-lang/compiler-team/issues/536>), a major
1313
change proposal to change legacy compiletest-style headers `// <directive>`
1414
to [`ui_test`](https://github.com/oli-obk/ui_test)-style headers
@@ -30,6 +30,6 @@ but in `ui_test` style, the header would be written as
3030

3131
compiletest is changed to accept only `//@` directives for UI tests
3232
(currently), and will reject and report an error if it encounters any
33-
comments `// <content>` that may be parsed as an legacy compiletest-style
33+
comments `// <content>` that may be parsed as a legacy compiletest-style
3434
test header. To fix this, you should migrate to the `ui_test`-style header
3535
`//@ <content>`.

0 commit comments

Comments
 (0)