summaryrefslogtreecommitdiff
path: root/notes/1.0.0.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-07-18 16:29:43 +0200
committerMathias <mathias@spray.cc>2011-07-18 16:31:34 +0200
commit457a5fdab3e76dd8a426ef924ddd5f063b19e3aa (patch)
treee30cfd242dc2d449b290357fdafa3a38a47e95e2 /notes/1.0.0.markdown
parentca189aa4669ec7c3ed71f420624788abbdc5363b (diff)
downloadspray-json-457a5fdab3e76dd8a426ef924ddd5f063b19e3aa.tar.gz
spray-json-457a5fdab3e76dd8a426ef924ddd5f063b19e3aa.tar.bz2
spray-json-457a5fdab3e76dd8a426ef924ddd5f063b19e3aa.zip
Prepare for 1.0.0 release
Diffstat (limited to 'notes/1.0.0.markdown')
-rw-r--r--notes/1.0.0.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/1.0.0.markdown b/notes/1.0.0.markdown
index 052244f..b8da79e 100644
--- a/notes/1.0.0.markdown
+++ b/notes/1.0.0.markdown
@@ -4,7 +4,7 @@ It sports the following features:
* Simple immutable model of the JSON language elements
* An efficient JSON PEG parser (implemented with [parboiled][])
-* Choice of either compact or pretty JSON to-string-printing
+* Choice of either compact or pretty JSON-to-string printing
* Type-class based (de)serialization of custom objects (no reflection, no intrusion)
[JSON]: http://json.org