| ... | ... | @@ -293,7 +293,7 @@ pub fn main() !void { |
| 293 | 293 | <p> |
| 294 | 294 | Functions sometimes need information to perform their task. In Zig, information is passed |
| 295 | 295 | to functions between open <code>(</code> and close <code>)</code> parenthesis placed after |
| 296 | | the function's name. The information passed to functions are its arguments. When there are |
| 296 | the function's name. This information is also known as arguments. When there are |
| 297 | 297 | multiple arguments passed to a function, they are separated by commas <code>,</code>. |
| 298 | 298 | </p> |
| 299 | 299 | <p> |