From 464375cbe867bd54a5adf4b40a809717a586f539 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 18 May 2024 13:58:07 +0800 Subject: [PATCH] fix comment --- example/formJsonPost/app/src/FormJsonPost.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() )