Procházet zdrojové kódy

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri před 8 roky
rodič
revize
32440dab52
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md Zobrazit soubor

@@ -25,9 +25,9 @@ Before arriving to the laboratory you should have:
25 25
 
26 26
     a. The creation of objects of a class.
27 27
 
28
-    b. The use of  the "getter" method functions to access the attributes of an object.
28
+    b. The use of  the *getter* method functions to access the attributes of an object.
29 29
 
30
-    c. The use of the "setter" method functions to modify the attributes of an object.
30
+    c. The use of the *setter* method functions to modify the attributes of an object.
31 31
 
32 32
 2. Studied the documentation for the class `Bird` available in the documentation for this project (`objects-birds/doc/en/html/class_bird.html`).
33 33