From 3edd3a3de2500e04fc4e57c709d4667ce4689994 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 21:51:41 +0000 Subject: Various fixes Thank you @giacomocavalieri! --- src/content/chapter5_advanced_features/lesson03_panic/text.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/content/chapter5_advanced_features/lesson03_panic/text.html') 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 @@

- The panic keyword is similar to todo keyword, but it - is used to crash the program when the program has reached a point that should - never be reached. + The panic keyword is similar to the todo keyword, + but it is used to crash the program when the program has reached a point that + should never be reached.

This keyword should almost never be used! It may be useful in initial -- cgit v1.2.3