From 7e5da74caa52057e7f78e96b352650966e163ccd Mon Sep 17 00:00:00 2001 From: Yue Yin Date: Mon, 29 Aug 2022 10:46:43 -0700 Subject: [PATCH] Fix typo in project 1 instruction. --- courses/rust/projects/project-1/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/courses/rust/projects/project-1/README.md b/courses/rust/projects/project-1/README.md index 81f05946e..be045a218 100644 --- a/courses/rust/projects/project-1/README.md +++ b/courses/rust/projects/project-1/README.md @@ -462,8 +462,7 @@ to disk. In this part you will make the `cli_*` test cases pass. -Recall how to run individual test cases from previous sections -of +Recall how to run individual test cases from the previous section. Again, the interface for the CLI is: