From aa83b6a0d157ab9232bf660ab55544501d47b959 Mon Sep 17 00:00:00 2001 From: Oso Oluwafemi Date: Fri, 14 Jul 2017 10:31:44 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407e488..fe614cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,7 @@ ### v0.0.6 #### Released - 14th July, 2017 * Fixed some bugs. -* Fixed some comments and minor erroes +* Fixed some comments and minor errors * Changed the tests to .js files ### Planned to do! @@ -87,4 +87,4 @@ * Add log() * Add log10() * Improve squareRoot() -* Add hypotenuse (square root of sum of square of arguments. With one argument, Math.hypot() returns the same as Math.abs().) \ No newline at end of file +* Add hypotenuse (square root of sum of square of arguments. With one argument, Math.hypot() returns the same as Math.abs().)