summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-07-13 12:48:04 +0200
committerGitHub <noreply@github.com>2016-07-13 12:48:04 +0200
commit3d3a2e468a1199fc05788704e50bfb17f3472f74 (patch)
tree3b1cfc5ed2274d9a15f0dec44c91f78c1b837809
parent8782ae813513fbb5186f225bcf37785ffd26c22d (diff)
parentdbdb94d984214dc468131a249c7a4060edd1db3c (diff)
downloadjson-3d3a2e468a1199fc05788704e50bfb17f3472f74.tar.gz
Merge pull request #293 from lencioni/patch-1
Fix typo "improvemed" => "improved"
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 89326f3..62a04aa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,7 +28,7 @@
`JSON.dump_default_options`.
* More tests by Michael Mac-Vicar <mmacvicar@gmail.com> and fixing
`space_before` accessor in generator.
- * Performance on Jruby improvemed by Ben Browning <bbrownin@redhat.com>.
+ * Performance on Jruby improved by Ben Browning <bbrownin@redhat.com>.
* Some fixes to be compatible with the new Ruby 2.2 by Zachary Scott <e@zzak.io>
and SHIBATA Hiroshi <hsbt@ruby-lang.org>.