Pārlūkot izejas kodu

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 gadus atpakaļ
vecāks
revīzija
35a4a895fe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Parādīt failu

@@ -21,7 +21,7 @@ Before coming to the lab session you should have:
21 21
 
22 22
 1. Reviewed basic concepts related to repetition structures.
23 23
 
24
-2. Reviewed the string class in C++. In particular, how to create string objects and the `length`, `toupper` and `push_back` methods.  Also review the `isalpha` function and character arithmetic.
24
+2. Reviewed basic concepts of the `string` class in C++, the functions `length`, `toupper`, `push_back` and `isalpha` and character arithmetic.
25 25
 
26 26
 3. Watched Khan Academy’s "Ceasar Cypher" video at https://www.youtube.com/watch?v=sMOZf4GN3oc .
27 27