From 4fcf53c99c0ca85d38872591de1cc528bf02fb26 Mon Sep 17 00:00:00 2001 From: Photon9 <79237462+Photon9@users.noreply.github.com> Date: Thu, 26 May 2022 22:37:06 +1000 Subject: [PATCH] Translate CHAINE to STRING two instances --- missions/misc/03_tr_caesar_shift/goal/en.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/missions/misc/03_tr_caesar_shift/goal/en.txt b/missions/misc/03_tr_caesar_shift/goal/en.txt index ce4082e88..6b1774d21 100644 --- a/missions/misc/03_tr_caesar_shift/goal/en.txt +++ b/missions/misc/03_tr_caesar_shift/goal/en.txt @@ -23,8 +23,8 @@ tr STRING1 STRING2 Remark: ``tr`` is an abbreviation for "translate". Example: if - CHAINE1 = "abcdef" - CHAINE2 = "klmnop" + STRING1 = "abcdef" + STRING2 = "klmnop" the file will be output with the following substitution (other characters are left unchanged) a -> k b -> l c -> m