From 7f056338b25abde8bba6cfd151fc1f9d5df951b7 Mon Sep 17 00:00:00 2001 From: Alexander Shorin Date: Tue, 13 Jan 2015 05:59:35 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a609b77..6f4beaf 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.