瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
857d92fa97
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 查看文件

@@ -71,7 +71,7 @@ would be the header of the function called `example`, which returns an integer v
71 71
 ### Calling
72 72
 
73 73
 
74
-If we want to store the value of the result of the function called example in a variable result (that would be of type integer), we call the function by passing arguments as follows:
74
+If we want to store the value of the result of the function called `example` in a variable `result` (that would be of type integer), we call the function by passing arguments as follows:
75 75
 
76 76
 `result=example(2, 3.5, unCar);`
77 77