minor fixes
This commit is contained in:
parent
8558fa8f5c
commit
b19a6f0803
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ In other words, to put these terms straight:
|
||||||
|
|
||||||
We declare functions listing their parameters, then call them passing arguments.
|
We declare functions listing their parameters, then call them passing arguments.
|
||||||
|
|
||||||
In the example above, one might say: "the function `sayMessage` is declared with two parameters, then called with two arguments: `from` and `"Hello"`".
|
In the example above, one might say: "the function `showMessage` is declared with two parameters, then called with two arguments: `from` and `"Hello"`".
|
||||||
|
|
||||||
|
|
||||||
## Default values
|
## Default values
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue