Skip to content

Commit 0ad95e3

Browse files
authored
Fix typo discovered by codespell (#120)
1 parent 9778175 commit 0ad95e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/Basic Math/Find the maximum number.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Provide `[6, 4, 50, 8, 70, 2, 20]` as input for a method or function.
3636

3737
### Step 2
3838

39-
By using the comparsion process, we are going to find the largest number.
39+
By using the comparison process, we are going to find the largest number.
4040
Set the the index element of an array as maximum number.
4141
max = array[0]
4242
`max = 6`
@@ -108,4 +108,4 @@ Return the value 70.
108108

109109
# YouTube
110110

111-
- [YouTube URL video](https://youtu.be/En68ipRaFOU)
111+
- [YouTube URL video](https://youtu.be/En68ipRaFOU)

0 commit comments

Comments
 (0)