summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Lundberg <per.lundberg@ecraft.com>2016-11-04 18:55:39 +0200
committerGitHub <noreply@github.com>2016-11-04 18:55:39 +0200
commitba1834c34fd2a50827c929993ae3601ba9a8e64f (patch)
tree501cd1cf12e3ea805be6736c24418ff943792249
parent7e240ed5765867bfbdd166435f941a4cebed8cd8 (diff)
downloadjson-ba1834c34fd2a50827c929993ae3601ba9a8e64f.tar.gz
Fixed typo
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8e00ae4..d0c4ad5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@
* Fix issue #295 failure when parsing frozen strings.
## 2016-07-01 (2.0.1)
- * Fix problem when requiring json\_pure and Parser constant was defiend top
+ * Fix problem when requiring json\_pure and Parser constant was defined top
level.
* Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns.
* Store `current_nesting` on stack by Aaron Patterson.