Skip to content

Commit 526bcd1

Browse files
authored
Fix typo
Changes disperancy to discrepancy
2 parents 722c5b8 + 08471cc commit 526bcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ So, here ya go...
2929
- [Explanation](#explanation-1)
3030
- [Time for some hash brownies!](#time-for-some-hash-brownies)
3131
- [Explanation](#explanation-2)
32-
- [Evaluation time disperancy](#evaluation-time-disperancy)
32+
- [Evaluation time discrepancy](#evaluation-time-discrepancy)
3333
- [💡 Explanation](#-explanation)
3434
- [Modifying a dictionary while iterating over it](#modifying-a-dictionary-while-iterating-over-it)
3535
- [Explanation:](#explanation)
@@ -240,7 +240,7 @@ some_dict[5] = "Python"
240240

241241
---
242242

243-
### Evaluation time disperancy
243+
### Evaluation time discrepancy
244244

245245
```py
246246
array = [1, 8, 15]

0 commit comments

Comments
 (0)