Selaa lähdekoodia

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 vuotta sitten
vanhempi
commit
9c2a98d5f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Näytä tiedosto

@@ -95,7 +95,7 @@ You can see the declaration of the `Bird` class in the file `bird.h` included in
95 95
 
96 96
 ###Objects
97 97
 
98
-An object is an entity that contains data (same as a variable), called its `attributes`, and it also contains procedures, called `method`, that are used to manipulate them. The objects are "instances" of a class that are created in a similar manner as how variables are defined:
98
+An object is an entity that contains data (same as a variable), called its `attributes`, and it also contains procedures, called `methods`, that are used to manipulate them. The objects are "instances" of a class that are created in a similar manner as how variables are defined:
99 99
 
100 100
 `ClassName objectName;`
101 101