浏览代码

README-en.md edited online with Bitbucket

父节点
当前提交
10559eb17b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 查看文件

104
 |-----------------|---|---|---|
104
 |-----------------|---|---|---|
105
 | keyword         | B | E | D |
105
 | keyword         | B | E | D |
106
 |-----------------|---|---|---|
106
 |-----------------|---|---|---|
107
-| ciphered text  | Q | I | X |
107
+| ciphered text   | Q | I | X |
108
 
108
 
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).  
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