Fix typos in README and exercises files

This commit is contained in:
Pietro Monticone
2022-12-05 18:27:43 +01:00
parent e41a34a37f
commit f418a6e6ee
6 changed files with 8 additions and 8 deletions

View File

@@ -302,7 +302,7 @@ julia> for i in 1:40
20 18.100 μs (0 allocations: 0 bytes)
```
Notice that execution time for number `n` is roughly sum of ececution times
Notice that execution time for number `n` is roughly sum of execution times
for numbers `n-1` and `n-2`.
</details>