Browse Source

README-en.md edited online with Bitbucket

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

+ 1
- 1
README-en.md View File

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