From 3f0a7cf30dbfea64923cf2decaf6d05d882fd256 Mon Sep 17 00:00:00 2001 From: howen <108785851+howenyap@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:54:58 +0800 Subject: [PATCH] Update challenge 11 description Update challenge description to mention a runtime crash instead of a compilation error as the code compiles fine. --- src/challenges/challenge-11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/challenges/challenge-11.md b/src/challenges/challenge-11.md index 4b77638..d086252 100644 --- a/src/challenges/challenge-11.md +++ b/src/challenges/challenge-11.md @@ -2,7 +2,7 @@ ### Spot the Bug -Identify why the code fails to compile and suggest a way to fix it. +Identify why the code crashes at runtime and suggest a way to fix it. ```rust @@ -44,4 +44,4 @@ fn factorial(n: u32) -> u32 { ``` - \ No newline at end of file +