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