From 6fd7a601e6b75d2ee9b158bb9968fef780296af8 Mon Sep 17 00:00:00 2001 From: Rodrigo <61085037+rsomonte@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:55:38 -0400 Subject: [PATCH] Deleted a typo --- src/ch03-03-how-functions-work.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ch03-03-how-functions-work.md b/src/ch03-03-how-functions-work.md index bc3368e5ef..83091bc2ac 100644 --- a/src/ch03-03-how-functions-work.md +++ b/src/ch03-03-how-functions-work.md @@ -114,8 +114,6 @@ of functions. a value. - Expressions evaluate to a resultant value. -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,