Просмотр исходного кода

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 лет назад
Родитель
Сommit
d8c7c4d0c8
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Просмотреть файл

@@ -197,7 +197,7 @@ In this exercise, you will implement a function that given a cleartext and keywo
197 197
 
198 198
 ### Exercise 2 - Keyword and Cleartext of Arbitrary Lengths
199 199
 
200
-In this exercise, you will modify the code for the cypher function from Exercise 1 so that the application can now cypher a message using a keyword of arbitrary length. 
200
+In this exercise, you will modify the code for the `cypher` function from Exercise 1 so that the application can now cypher a message using a keyword of arbitrary length. 
201 201
 
202 202
 #### Instructions
203 203