Kaynağa Gözat

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 yıl önce
ebeveyn
işleme
0e39baa5f0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Dosyayı Görüntüle

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