From 83360ef2d4add5301d9448f1523ec0d917a3e557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 12 Nov 2019 14:06:27 +0000 Subject: [PATCH] Update cl-camp3.en.md --- subjects/cl-camp3.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/cl-camp3.en.md b/subjects/cl-camp3.en.md index e10fd90d..5372dcba 100644 --- a/subjects/cl-camp3.en.md +++ b/subjects/cl-camp3.en.md @@ -6,8 +6,8 @@ Create a file `look`, which will look for and show, in the current directory and its sub-folders all the files : -- starting with an `a` and, -- all the files ending with a `z` and, +- starting with an `a` or, +- all the files ending with a `z` or, - all files starting with `z` and ending with `a!`. ### Hint