Skip to content

Commit b2b6e9c

Browse files
authored
Merge pull request #128 from hrj-star/spell_check
Updated README.md for spelling corrections
2 parents 5160612 + 93b9e08 commit b2b6e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/Modular Exponentiation/REAMDE.md renamed to Python/Modular Exponentiation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It is an effective way of calculating modulus values of extremely large exponent
66
You can refer to this amazing video to understand Modular exponentiation better:-
77
[Modular Exponentiation](https://www.youtube.com/watch?v=EHUgNLN8F1Y)
88

9-
I have used teo different approaches to solve this problem:
9+
I have used two different approaches to solve this problem:
1010

1111
1. iterative
1212
2. recursive

0 commit comments

Comments
 (0)