From fb926b0cc0bca6431180737575a0dd35687e1b5d Mon Sep 17 00:00:00 2001 From: quanrong <97480681+ttn-ttn@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:26:49 +0000 Subject: [PATCH] Typo --- essentials/strings/exercises/hello-interpolation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials/strings/exercises/hello-interpolation/index.md b/essentials/strings/exercises/hello-interpolation/index.md index bf56e4b06..5a6108b82 100644 --- a/essentials/strings/exercises/hello-interpolation/index.md +++ b/essentials/strings/exercises/hello-interpolation/index.md @@ -13,7 +13,7 @@ OK, let us greet a person once again. But this time try using string interpolati If you run the program, you get a prompt: ```console -$ raku hello-concatenation.raku +$ raku hello-interpolation.raku What is your name? Marek Hello, Marek! ```