diff options
author | human154 <46430360+human154@users.noreply.github.com> | 2024-02-22 07:46:36 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-05 17:24:41 +0000 |
commit | 1e58c8c77a26cc2dd7aa8dbc8771e4276d5fe95c (patch) | |
tree | 09ee713ed0a7054ff2b4db73971f7a309ee620e2 /src/content/chapter1_functions | |
parent | f10610585cf38fdf8131d0a99ebb11000c5d50ff (diff) | |
download | tour-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.html | 2 |
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> |