From 80a340e4649bff9aff4466fbd61a076a04624e4c Mon Sep 17 00:00:00 2001
From: Lars Kappert
Date: Fri, 26 Apr 2024 15:19:15 +0200
Subject: Increase consistency and readability a tiny bit
---
src/content/chapter1_functions/lesson00_functions/en.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/content/chapter1_functions/lesson00_functions')
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 @@
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.
--
cgit v1.2.3