Skip to content

Commit 1bf4282

Browse files
authored
spelling mistakes (#53)
I was completing your task (excellent tutorial by the way) and noticed a spelling mistake in "teh" instead of "the"
1 parent f8294b3 commit 1bf4282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-05/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For Example: If N = 3, output should be:
2424
3 x 10 = 30
2525
```
2626

27-
## 3. Find the summation of all odd numbers between 1 to 500 and print them on teh console log.
27+
## 3. Find the summation of all odd numbers between 1 to 500 and print them on the console log.
2828

2929
## 4. Skipping Multiples of 3
3030
Write a program to print numbers from 1 to 20, but skip multiples of 3.

0 commit comments

Comments
 (0)