From f86ef2bbc1248bba9ebfd322c96a0f4c8e028148 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Mon, 2 Feb 2026 00:51:44 +0000 Subject: Extended fix to all languages --- README_IT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README_IT.md') diff --git a/README_IT.md b/README_IT.md index be48cda..9e505d9 100644 --- a/README_IT.md +++ b/README_IT.md @@ -477,9 +477,9 @@ match val { // Destrutturazione degli Enums match forma { - Forma::Cerchio(r) => println "Raggio: {r}", - Forma::Rettangolo(w, h) => println "Area: {w*h}", - Forma::Punto => println "Punto" + Forma::Cerchio(r) => { println "Raggio: {r}" }, + Forma::Rettangolo(w, h) => { println "Area: {w*h}" }, + Forma::Punto => { println "Punto" }, } ``` -- cgit v1.2.3