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

@@ -385,7 +385,7 @@ plot([bar(string.(g.n), g.mv;
yerror=(g.mv - g.lo95, g.hi95-g.mv)) for g in gdf]...)
```
As expected error bandwidth gets smaller as `k` encreases.
As expected error bandwidth gets smaller as `k` increases.
Note that as `n` increases the estimated value tends to `1-exp(-1)`.
</details>