aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/chapter1_functions/lesson10_deprecations/en.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter1_functions/lesson10_deprecations/en.html b/src/content/chapter1_functions/lesson10_deprecations/en.html
index 83e07a7..b181597 100644
--- a/src/content/chapter1_functions/lesson10_deprecations/en.html
+++ b/src/content/chapter1_functions/lesson10_deprecations/en.html
@@ -4,7 +4,7 @@
attribute.
</p>
<p>
- If a deprecated function is used the compiler will emit a warning,
+ If a deprecated function is referenced the compiler will emit a warning,
letting the programmer know they ought to update their code.
</p>
<p>