From 007b141e8c91dbf9f4a1158e52e99fd9a0d8c138 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 17 Oct 2024 06:29:36 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- docs/api-guide.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-guide.mdx b/docs/api-guide.mdx index 5cc5d3be..d209a473 100644 --- a/docs/api-guide.mdx +++ b/docs/api-guide.mdx @@ -787,7 +787,7 @@ For details about the `WHERE` clause, see [Use the `WHERE` clause](#use-the-wher :::note -The `Put` operation is deprecated as of ScalarDB 3.13.1 and will be removed in a future release. Instead of using the `Put` operation, use the `Insert` operation, the `Upsert` operation, or the `Update` operation. +The `Put` operation is deprecated as of ScalarDB 3.13 and will be removed in a future release. Instead of using the `Put` operation, use the `Insert` operation, the `Upsert` operation, or the `Update` operation. ::: @@ -1232,7 +1232,7 @@ For details about the `Scan` operation, see [`Scan` operation](#scan-operation). :::note -The `Put` operation is deprecated as of ScalarDB 3.13.1 and will be removed in a future release. Instead of using the `Put` operation, use the `Insert` operation, the `Upsert` operation, or the `Update` operation. +The `Put` operation is deprecated as of ScalarDB 3.13 and will be removed in a future release. Instead of using the `Put` operation, use the `Insert` operation, the `Upsert` operation, or the `Update` operation. :::