Przeglądaj źródła

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 lat temu
rodzic
commit
10559eb17b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Wyświetl plik

@@ -104,7 +104,7 @@ A main weakness of the Caesar cipher is that every letter in the cleartext messa
104 104
 |-----------------|---|---|---|
105 105
 | keyword         | B | E | D |
106 106
 |-----------------|---|---|---|
107
-| ciphered text  | Q | I | X |
107
+| ciphered text   | Q | I | X |
108 108
 
109 109
 **Figure 4.** Letter ‘P’ in the cleartext is shifted by 1 to ‘Q’  as indicated by the corresponding letter in the keyword (B).   Letter ‘E’ in the cleartext is shifted by 4 to ‘I’  as indicated by the corresponding letter in the keyword (E).   Letter ‘T’ in the cleartext is shifted by 3 to ‘X’  as indicated by the corresponding letter in the keyword (D).  
110 110