diff --git a/example/formJsonPost/app/src/FormJsonPost.scala b/example/formJsonPost/app/src/FormJsonPost.scala index 57c47d8b11..f52cc274e2 100644 --- a/example/formJsonPost/app/src/FormJsonPost.scala +++ b/example/formJsonPost/app/src/FormJsonPost.scala @@ -18,7 +18,7 @@ object FormJsonPost extends cask.MainRoutes{ ujson.Obj( "value1" -> value1, "value2" -> value2, - // `cacheBody = true` buffers up the body of the request in memory before parsing, + // `postJsonCached` buffers up the body of the request in memory before parsing, // giving you access to the request body data if you want to use it yourself "body" -> request.text() )