summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-07-18 17:13:11 +0200
committerMathias <mathias@spray.cc>2011-07-18 17:13:11 +0200
commite83c48eaf7d0bb0b1809ef0258d8980ac08bcf53 (patch)
tree20a28bb0b9111e20087e7f1cb4bb10c8b143e731
parent02d9a49f4bd7a077838613a54a8bb39d70e2846e (diff)
downloadspray-json-e83c48eaf7d0bb0b1809ef0258d8980ac08bcf53.tar.gz
spray-json-e83c48eaf7d0bb0b1809ef0258d8980ac08bcf53.tar.bz2
spray-json-e83c48eaf7d0bb0b1809ef0258d8980ac08bcf53.zip
Fix typo in README
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 93f21b5..9b150ea 100644
--- a/README.markdown
+++ b/README.markdown
@@ -65,7 +65,7 @@ In _spray-jsons_ terminology a 'JsonProtocol' is nothing but a bunch of implicit
This may sound more complicated than it is.
_spray-json_ comes with a `DefaultJsonProtocol` which already covers all of Scalas value types as well as the most important reference and collection types. As long as your code uses nothing more than these you only need the `DefaultJsonProtocol`.
-Here are the types already taken care off by the `DefaultJsonProtocol`:
+Here are the types already taken care of by the `DefaultJsonProtocol`:
* Byte, Short, Int, Long, Float, Double, Char, Unit, Boolean
* String, Symbol