aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter5_advanced_features/lesson04_panic/en.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/chapter5_advanced_features/lesson04_panic/en.html')
-rw-r--r--src/content/chapter5_advanced_features/lesson04_panic/en.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter5_advanced_features/lesson04_panic/en.html b/src/content/chapter5_advanced_features/lesson04_panic/en.html
index c54c217..07b1d48 100644
--- a/src/content/chapter5_advanced_features/lesson04_panic/en.html
+++ b/src/content/chapter5_advanced_features/lesson04_panic/en.html
@@ -1,6 +1,6 @@
<p>
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
+ but it's used to crash the program when the program has reached a point that
should never be reached.
</p>
<p>