From a1418434b275183aae3bb4e853c44c8e91b7b0a6 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 15 Jul 2015 15:19:29 -0500 Subject: [PATCH] Fix typo in README.md Thanks to @dvliman and @kxepal for noticing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bc42e..1e95bc0 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ the `return_maps` option to `jiffy:decode/2`. Improvements over EEP0018 ------------------------- -Jiffy should be in all ways an improvemnt over EEP0018. It no longer +Jiffy should be in all ways an improvement over EEP0018. It no longer imposes limits on the nesting depth. It is capable of encoding and decoding large numbers and it does quite a bit more validation of UTF-8 in strings.