Skip to content

Commit 20ae447

Browse files
authored
Fix typo
1 parent f282714 commit 20ae447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You will then have to implement three different logics:
2727
2. **The logic for the first part of the puzzle**
2828
3. **The logic for the second part of the puzzle**
2929

30-
> For example, if the firt part of the puzzle is "Given a list of integers, find the greatest one" and the second one
30+
> For example, if the first part of the puzzle is "Given a list of integers, find the greatest one" and the second one
3131
> "Now find the sum of them", we can do the following:
3232
>
3333
> ```csharp

0 commit comments

Comments
 (0)