about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-08-06 08:17:52 +0200
committerGitHub <noreply@github.com>2019-08-06 08:17:52 +0200
commit5710a23d468be237fe98467d1fb84bcce8e2770f (patch)
tree6e18b9ef3bf74d82ce6975f056d52e6296534f2f
parent5a3359d7cc921888ccf289120c2f85e46d9417cd (diff)
parent175eb9ca93cf9dbf841d70a6845f820e73180b2d (diff)
downloadrust-5710a23d468be237fe98467d1fb84bcce8e2770f.tar.gz
rust-5710a23d468be237fe98467d1fb84bcce8e2770f.zip
Rollup merge of #63312 - tshepang:doc-fix, r=Centril
doc: fix broken sentence

Also, the move was done nearly a year ago
-rw-r--r--src/test/COMPILER_TESTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/COMPILER_TESTS.md b/src/test/COMPILER_TESTS.md
index c4ca4781343..3f47ca834cd 100644
--- a/src/test/COMPILER_TESTS.md
+++ b/src/test/COMPILER_TESTS.md
@@ -1,4 +1,4 @@
 # Compiler Test Documentation
 
-Documentation the compiler testing framework has moved to
+Documentation for the compiler testing framework can be found in
 [the rustc guide](https://rust-lang.github.io/rustc-guide/tests/intro.html).