From 89abfe99ea41e47097f762b3c8ca477da7c439e9 Mon Sep 17 00:00:00 2001 From: Lemo-nade-room Date: Sat, 31 May 2025 02:01:22 +0900 Subject: [PATCH] =?UTF-8?q?Update=20head=20to=20use=20=E2=80=9CUpdate,=20D?= =?UTF-8?q?elete=E2=80=9D=20instead=20of=20=E2=80=9C=E6=9B=B4=E6=96=B0,=20?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fluent/query.ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fluent/query.ja.md b/docs/fluent/query.ja.md index 4d47dff7..add14362 100644 --- a/docs/fluent/query.ja.md +++ b/docs/fluent/query.ja.md @@ -301,7 +301,7 @@ let home = try match.joined(HomeTeam.self) print(home.name) ``` -## 更新 {#update} +## Update クエリビルダーは、`update`メソッドを使用して一度に複数のモデルを更新することをサポートしています。 @@ -315,7 +315,7 @@ Planet.query(on: database) `update`は`set`、`filter`、`range`メソッドをサポートしています。 -## 削除 {#delete} +## Delete クエリビルダーは、`delete`メソッドを使用して一度に複数のモデルを削除することをサポートしています。