From 6cd6f5ec822ae553b1b80b249765faf89806e57a Mon Sep 17 00:00:00 2001 From: Eve <948832626@qq.com> Date: Sun, 5 Aug 2018 12:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=B8=8A=E4=B8=80=E6=9D=A1?= =?UTF-8?q?=E4=BF=AE=E8=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 7ef1836d14..65f937f6a9 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -5197,7 +5197,7 @@ as the application source code files that they test: * You see at a glance if a part of your application lacks tests. - 你可以一眼看出应用程序的那些部分缺乏测试程序。 + 你可以一眼看出应用程序的哪些部分缺乏测试程序。 * Nearby tests can reveal how a part works in context.