From 90a0e604509c8df639271e6f076be60309f93378 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 19 Dec 2022 12:31:47 +0000 Subject: [PATCH] docs(cat): fix inconsistency on example --- subjects/cat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/cat/README.md b/subjects/cat/README.md index 841bfd25..68f64c3d 100644 --- a/subjects/cat/README.md +++ b/subjects/cat/README.md @@ -20,7 +20,7 @@ $ go run . quest8.txt "Programming is a skill best acquired by pratice and example rather than from books" by Alan Turing $ go run . quest8.txt abc "Programming is a skill best acquired by pratice and example rather than from books" by Alan Turing -ERROR: abc: No such file or directory +ERROR: open abc: No such file or directory $ cat quest8.txt | ./cat "Programming is a skill best acquired by pratice and example rather than from books" by Alan Turing $ go run .