Преглед на файлове

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri преди 8 години
родител
ревизия
28caf08cf2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Целия файл

@@ -87,7 +87,7 @@ You can see the declaration of the `Bird` class in the file `bird.h` included in
87 87
 
88 88
 ### Objects
89 89
 
90
-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:
90
+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:
91 91
 
92 92
 `ClassName objectName;`
93 93