From c99af49b2cede6c8f9cb3ec148c27239936c856f Mon Sep 17 00:00:00 2001 From: lihaoyi Date: Sat, 18 May 2024 05:58:42 +0000 Subject: [PATCH] deploy: 464375cbe867bd54a5adf4b40a809717a586f539 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 87726cbcf7..e6d827f2e7 100644 --- a/index.html +++ b/index.html @@ -364,7 +364,7 @@ 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() )