From a3c3c60819e078c65169e70661de829b695e4c69 Mon Sep 17 00:00:00 2001 From: Emmanuell sensai Date: Mon, 2 Mar 2026 10:39:31 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20"Don=20not"=20=E2=86=92?= =?UTF-8?q?=20"Do=20not"=20in=20audit=20README=20test=20case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: correct typo "Don not" → "Do not" in audit README test case --- subjects/go-reloaded/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/go-reloaded/audit/README.md b/subjects/go-reloaded/audit/README.md index a855792bb2..254f120d40 100644 --- a/subjects/go-reloaded/audit/README.md +++ b/subjects/go-reloaded/audit/README.md @@ -14,9 +14,9 @@ ###### Is the text present in `result.txt` equal to the above? -##### In a file called `sample.txt` place the following text: `Don not be sad ,because sad backwards is das . And das not good`. Now run the student program with the arguments: `sample.txt result.txt`. +##### In a file called `sample.txt` place the following text: `Do not be sad ,because sad backwards is das . And das not good`. Now run the student program with the arguments: `sample.txt result.txt`. -`Don not be sad, because sad backwards is das. And das not good` +`Do not be sad, because sad backwards is das. And das not good` ###### Is the text present in `result.txt` equal to the above?