From 1e58c8c77a26cc2dd7aa8dbc8771e4276d5fe95c Mon Sep 17 00:00:00 2001 From: human154 <46430360+human154@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:46:36 -0500 Subject: Change used to referenced Co-authored-by: Louis Pilfold --- src/content/chapter1_functions/lesson10_deprecations/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter1_functions/lesson10_deprecations') 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.

- 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.

-- cgit v1.2.3