From 77d437c879b51f3d98fa9c5e711e4df8ed8d348b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 10 Mar 2018 14:19:46 -0800 Subject: typo --- README.md | 10 +++++----- 1 file 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 -- cgit v1.2.3