diff options
Diffstat (limited to 'src/content/chapter1_functions/lesson10_deprecations/text.html')
-rw-r--r-- | src/content/chapter1_functions/lesson10_deprecations/text.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <p> Functions and other definitions can be marked as deprecated using the - `@deprecated` attribute. + <code>@deprecated</code> + attribute. </p> <p> If a deprecated function is reference the compiler will emit a warning, |