From 1fc5cc74a3e1c616082efbe139d605b779d61b95 Mon Sep 17 00:00:00 2001 From: pkiczko <36337174+pkiczko@users.noreply.github.com> Date: Mon, 11 May 2020 13:15:13 +0300 Subject: [PATCH] Update 10_loop.md --- 10_Day/10_loop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10_Day/10_loop.md b/10_Day/10_loop.md index 45ed40e..4fffc19 100644 --- a/10_Day/10_loop.md +++ b/10_Day/10_loop.md @@ -22,9 +22,9 @@ - [📘 Day 10](#%f0%9f%93%98-day-10) - [Loops](#loops) - [While Loop](#while-loop) - - [Break and Continue - Part 1](#break-and-continue-part--1) + - [Break and Continue - Part 1](#break-and-continue---part-1) - [For Loop](#for-loop) - - [Break and Continue - Part 2](#break-and-continue-part--2) + - [Break and Continue - Part 2](#break-and-continue---part-2) - [The Range Function](#the-range-function) - [Nested For Loop](#nested-for-loop) - [For Else](#for-else)