Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
32440dab52
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md View File

@@ -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