From cca6f73af0dbda7207e34309bc018045edceecf3 Mon Sep 17 00:00:00 2001 From: Amir Hameed Date: Wed, 5 Nov 2025 22:07:24 +0500 Subject: [PATCH] Update index.md Signed-off-by: Amir Hameed --- .../blog/fundamentals-v4/03-variables-and-values/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/content/blog/fundamentals-v4/03-variables-and-values/index.md b/packages/website/content/blog/fundamentals-v4/03-variables-and-values/index.md index e15797adb..6f1d446db 100644 --- a/packages/website/content/blog/fundamentals-v4/03-variables-and-values/index.md +++ b/packages/website/content/blog/fundamentals-v4/03-variables-and-values/index.md @@ -97,8 +97,8 @@ let temperature = 19 temperature = 23 ``` -The `79` type of `humidity` represents the set `{ 6 }`, meaning -"any value, as long as it's a `6`". +The `79` type of `humidity` represents the set `{ 79 }`, meaning +"any value, as long as it's a `79`". We can create an interesting situation by forcing a `let` variable declaration to have its type inferred as if it's a `const`