summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2013-02-13 17:15:15 +0100
committerFlorian Frank <flori@ping.de>2013-02-13 17:17:12 +0100
commitbe7320fe65ddb20998fa0d7bccfcddcbc7cb09b9 (patch)
treecbf1be2212fdaf7af904525296b535ed391abb1a
parentd0a62f3ced7560daba2ad546d83f0479a5ae2cf2 (diff)
downloadjson-be7320fe65ddb20998fa0d7bccfcddcbc7cb09b9.tar.gz
Correct typo
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e3d12a7..4ad50b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,7 @@
using the JSON.load/dump interface. If JSON::GenericObject is supposed to
be automatically deserialised, this has to be explicitely enabled by
setting
- JSON::GenericObject.json_createble = true
+ JSON::GenericObject.json_creatable = true
as well.
* Remove useless assert in fbuffer implementation.
* Apply patch attached to https://github.com/flori/json/issues#issue/155