From 7d30b9a5e50676881e47fb3ee87b65db4b020493 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 19:55:18 +0000 Subject: Remove ` --- src/content/chapter1_functions/lesson10_deprecations/text.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content/chapter1_functions/lesson10_deprecations') diff --git a/src/content/chapter1_functions/lesson10_deprecations/text.html b/src/content/chapter1_functions/lesson10_deprecations/text.html index 0d83ef7..5ea776f 100644 --- a/src/content/chapter1_functions/lesson10_deprecations/text.html +++ b/src/content/chapter1_functions/lesson10_deprecations/text.html @@ -1,6 +1,7 @@

Functions and other definitions can be marked as deprecated using the - `@deprecated` attribute. + @deprecated + attribute.

If a deprecated function is reference the compiler will emit a warning, -- cgit v1.2.3