aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-10 14:19:46 -0800
committerJakob Odersky <jakob@odersky.com>2018-03-10 14:19:46 -0800
commit77d437c879b51f3d98fa9c5e711e4df8ed8d348b (patch)
treef3e78feee238dfaac66f3de1fd64ba640d383714
parentd2a094bcc999e83f210d6413dc5665cb6a42aa79 (diff)
downloadspray-json-derivation-77d437c879b51f3d98fa9c5e711e4df8ed8d348b.tar.gz
spray-json-derivation-77d437c879b51f3d98fa9c5e711e4df8ed8d348b.tar.bz2
spray-json-derivation-77d437c879b51f3d98fa9c5e711e4df8ed8d348b.zip
typo
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b805756..5402e08 100644
--- a/README.md
+++ b/README.md
@@ -133,11 +133,11 @@ of drawbacks to consider:
mechanism. Magnolia does no longer show a stack trace if a child
format cannot be found.
-2. Macros that enable format derivation are expanded at every
- callsite. In other words, the compiler will try to create JSON
- formats at every point where an implicit `RootJsonFormat` is
- required for a case class. This can increase compile times and
- binary size if formats are required in many locations.
+2. Macros that enable format derivation are expanded at every call
+ site. In other words, the compiler will try to create JSON formats
+ at every point where an implicit `RootJsonFormat` is required for a
+ case class. This can increase compile times and binary size if
+ formats are required in many locations.
## Documentation