minor fixes

This commit is contained in:
Ilya Kantor 2021-06-21 23:32:07 +03:00
parent 8558fa8f5c
commit b19a6f0803

View file

@ -181,7 +181,7 @@ In other words, to put these terms straight:
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