diff options
Diffstat (limited to 'src/content/chapter1_functions/lesson00_functions/en.html')
-rw-r--r-- | src/content/chapter1_functions/lesson00_functions/en.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter1_functions/lesson00_functions/en.html b/src/content/chapter1_functions/lesson00_functions/en.html index 32d5bed..0ebf281 100644 --- a/src/content/chapter1_functions/lesson00_functions/en.html +++ b/src/content/chapter1_functions/lesson00_functions/en.html @@ -9,6 +9,6 @@ </p> <p> Like with assignments, type annotations are optional for function arguments - and return values. It is considered good practice to use type annotations for + and return values. It's considered good practice to use type annotations for functions, for clarity and to encourage intentional and thoughtful design. </p> |