From a97efc1e6e3c605738278f506ce06ebd7281d0d1 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 25 May 2023 00:20:10 +0100 Subject: [PATCH] fix(audit go reloaded): revert miscorrection to (was previously correct) --- subjects/go-reloaded/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/go-reloaded/audit/README.md b/subjects/go-reloaded/audit/README.md index c23e02740..e8b1b0507 100644 --- a/subjects/go-reloaded/audit/README.md +++ b/subjects/go-reloaded/audit/README.md @@ -20,7 +20,7 @@ ###### Is the text present in `result.txt` equal to the above? -##### In a file called `sample.txt` place the following text (without the double quotes): "harold wilson (cap, 2) : ' I am an optimist ,but an optimist who carries a raincoat . '". Now run the student program with the arguments: `sample.txt result.txt`. +##### In a file called `sample.txt` place the following text (without the double quotes): "harold wilson (cap, 2) : ' I am a optimist ,but a optimist who carries a raincoat . '". Now run the student program with the arguments: `sample.txt result.txt`. `Harold Wilson: 'I am an optimist, but an optimist who carries a raincoat.'`