Skip to content

Commit da834f4

Browse files
authored
typo and grammar (rust-lang#1484)
1 parent aeaad3d commit da834f4

File tree

1 file changed

+2
-1
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+2
-1
lines changed

src/doc/rustc-dev-guide/src/tests/ci.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Testing infrastructure
44

5+
<!-- date-check: oct 2022 -->
56
When a Pull Request is opened on GitHub, [GitHub Actions] will automatically
67
launch a build that will run all tests on some configurations
7-
(x86_64-gnu-llvm-12 linux. x86_64-gnu-tools linux, mingw-check linux).
8+
(x86_64-gnu-llvm-13 linux, x86_64-gnu-tools linux, and mingw-check linux).
89
In essence, each runs `./x.py test` with various different options.
910

1011
The integration bot [bors] is used for coordinating merges to the master branch.

0 commit comments

Comments
 (0)