From fda7a7eb4ece33a3ea4df2dd9264d31e6bbef3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Rodr=C3=ADguez?= <35431378+VarozXYZ@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:32:37 +0200 Subject: [PATCH] Update ch03-03-how-functions-work.md The phrase is repeated twice --- src/ch03-03-how-functions-work.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ch03-03-how-functions-work.md b/src/ch03-03-how-functions-work.md index bc3368e5ef..222f4f8b78 100644 --- a/src/ch03-03-how-functions-work.md +++ b/src/ch03-03-how-functions-work.md @@ -116,7 +116,6 @@ of functions. Let’s look at some examples. -Let’s look at some examples. We’ve actually already used statements and expressions. Creating a variable and assigning a value to it with the `let` keyword is a statement. In Listing 3-1, `let y = 6;` is a statement.