aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter1_functions
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 19:55:18 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 19:55:18 +0000
commit7d30b9a5e50676881e47fb3ee87b65db4b020493 (patch)
tree7e29430bb95c029b27214827ee77f2600179761f /src/content/chapter1_functions
parent96c7f41d3c3ac315f9b23b0c874fd1d6044c41b0 (diff)
downloadtour-7d30b9a5e50676881e47fb3ee87b65db4b020493.tar.gz
tour-7d30b9a5e50676881e47fb3ee87b65db4b020493.zip
Remove `
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,