diff options
Diffstat (limited to 'src/content/chapter1_functions/lesson10_deprecations')
-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> |