From f0f16768f2e514f755ad33db0ca7a53331367ecc Mon Sep 17 00:00:00 2001 From: GabrieleC07 Date: Thu, 8 Aug 2024 19:39:00 +0200 Subject: [PATCH] Added the 'the' --- src/tests/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/running.md b/src/tests/running.md index ca0ceb751..b4bf9c440 100644 --- a/src/tests/running.md +++ b/src/tests/running.md @@ -111,7 +111,7 @@ You may want to run unit tests on a specific file with following: ./x test compiler/rustc_data_structures/src/thin_vec/tests.rs ``` -But unfortunately, it's impossible. You should invoke following instead: +But unfortunately, it's impossible. You should invoke the following instead: ```bash ./x test compiler/rustc_data_structures/ --test-args thin_vec