aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter5_advanced_features/lesson03_panic/text.html
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 21:51:41 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 21:51:41 +0000
commit3edd3a3de2500e04fc4e57c709d4667ce4689994 (patch)
tree0495d12fa65152b082743089b95806afbec9fb27 /src/content/chapter5_advanced_features/lesson03_panic/text.html
parent1b79f5acb0f95e89a0c80a37e6350c2e7f4f1af3 (diff)
downloadtour-3edd3a3de2500e04fc4e57c709d4667ce4689994.tar.gz
tour-3edd3a3de2500e04fc4e57c709d4667ce4689994.zip
Various fixes
Thank you @giacomocavalieri!
Diffstat (limited to 'src/content/chapter5_advanced_features/lesson03_panic/text.html')
-rw-r--r--src/content/chapter5_advanced_features/lesson03_panic/text.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/chapter5_advanced_features/lesson03_panic/text.html b/src/content/chapter5_advanced_features/lesson03_panic/text.html
index 843a65b..c54c217 100644
--- a/src/content/chapter5_advanced_features/lesson03_panic/text.html
+++ b/src/content/chapter5_advanced_features/lesson03_panic/text.html
@@ -1,7 +1,7 @@
<p>
- The <code>panic</code> keyword is similar to <code>todo</code> keyword, but it
- is used to crash the program when the program has reached a point that should
- never be reached.
+ The <code>panic</code> keyword is similar to the <code>todo</code> keyword,
+ but it is used to crash the program when the program has reached a point that
+ should never be reached.
</p>
<p>
This keyword should almost never be used! It may be useful in initial