Browse Source

README-en.md edited online with Bitbucket

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

+ 1
- 1
README-en.md View File

95
 
95
 
96
 ###Objects
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
 `ClassName objectName;`
100
 `ClassName objectName;`
101
 
101