Skip to content

Commit ae445d5

Browse files
committed
reviewing module2-en | module2-es
1 parent ed9ede9 commit ae445d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/modules/module2/module2-en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"unit": "learning-unit3"
2222
},
2323
{
24-
"name": "4 Flow Control in Loops",
24+
"name": "4. Flow Control in Loops",
2525
"description": "Here you will discover how to modify the internal execution of a loop using special statements like <code>break</code> to stop it early, <code>continue</code> to skip a specific iteration, and <code>pass</code> to leave an empty block to be completed later. These tools allow you to have more precise and flexible control over the behavior of your loops.",
2626
"color": "#6464FF",
2727
"unit": "learning-unit4"

data/modules/module2/module2-es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"unit": "learning-unit3"
2222
},
2323
{
24-
"name": "4 Control de Flujo en Bucles",
24+
"name": "4. Control de Flujo en Bucles",
2525
"description": "Aquí descubrirás cómo modificar la ejecución interna de un bucle usando instrucciones especiales como <code>break</code> para detenerlo antes de tiempo, <code>continue</code> para saltar una repetición específica y <code>pass</code> para dejar un bloque vacío que completarás más adelante. Estas herramientas te permiten tener un control más preciso y flexible sobre el comportamiento de tus ciclos.",
2626
"color": "#6464FF",
2727
"unit": "learning-unit4"

0 commit comments

Comments
 (0)