diff options
author | human154 <46430360+human154@users.noreply.github.com> | 2024-02-20 13:30:31 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-05 17:24:41 +0000 |
commit | f10610585cf38fdf8131d0a99ebb11000c5d50ff (patch) | |
tree | 454e3f64d26a92ff7e71d4220d2fb2e488dc0dc6 /src | |
parent | b9f46c17e6bfef99d30d22a53216b5d7397771cf (diff) | |
download | tour-f10610585cf38fdf8131d0a99ebb11000c5d50ff.tar.gz tour-f10610585cf38fdf8131d0a99ebb11000c5d50ff.zip |
a couple light grammar fixes to explanation of deprecations
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter1_functions/lesson10_deprecations/en.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/chapter1_functions/lesson10_deprecations/en.html b/src/content/chapter1_functions/lesson10_deprecations/en.html index 8fe260f..83e07a7 100644 --- a/src/content/chapter1_functions/lesson10_deprecations/en.html +++ b/src/content/chapter1_functions/lesson10_deprecations/en.html @@ -4,11 +4,11 @@ attribute. </p> <p> - If a deprecated function is reference the compiler will emit a warning, + If a deprecated function is used the compiler will emit a warning, letting the programmer know they ought to update their code. </p> <p> The deprecation attribute takes a message and this will be displayed to the user in the warning. In the message explain to the user the new approach or - replacement function, or direct them on documentation on how to upgrade. + replacement function, or direct them to documentation on how to upgrade. </p> |