aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter1_functions
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/chapter1_functions')
-rw-r--r--src/content/chapter1_functions/lesson10_deprecations/text.html3
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,