aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter1_functions
diff options
context:
space:
mode:
authorhuman154 <46430360+human154@users.noreply.github.com>2024-02-22 07:46:36 -0500
committerLouis Pilfold <louis@lpil.uk>2024-03-05 17:24:41 +0000
commit1e58c8c77a26cc2dd7aa8dbc8771e4276d5fe95c (patch)
tree09ee713ed0a7054ff2b4db73971f7a309ee620e2 /src/content/chapter1_functions
parentf10610585cf38fdf8131d0a99ebb11000c5d50ff (diff)
downloadtour-1e58c8c77a26cc2dd7aa8dbc8771e4276d5fe95c.tar.gz
tour-1e58c8c77a26cc2dd7aa8dbc8771e4276d5fe95c.zip
Change used to referenced
Co-authored-by: Louis Pilfold <louis@lpil.uk>
Diffstat (limited to 'src/content/chapter1_functions')
-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>