From 80a340e4649bff9aff4466fbd61a076a04624e4c Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Fri, 26 Apr 2024 15:19:15 +0200 Subject: Increase consistency and readability a tiny bit --- src/content/chapter5_advanced_features/lesson04_panic/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter5_advanced_features/lesson04_panic/en.html') 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 @@

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 + but it's used to crash the program when the program has reached a point that should never be reached.

-- cgit v1.2.3