Kaynağa Gözat

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 yıl önce
ebeveyn
işleme
806efed468
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

@@ -135,7 +135,7 @@ Values by default can be assigned to the parameters of the functions starting fr
135 135
 
136 136
 **Examples of Function Headers and Valid Function Calls:**
137 137
 
138
-1. **Headers:** `int example(int var1, float var2, int var3 = 10)`
138
+1. **Header:** `int example(int var1, float var2, int var3 = 10)`
139 139
 
140 140
     **Calls:**
141 141