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)