Update head to use “Update, Delete” instead of “更新, 削除”

This commit is contained in:
Lemo-nade-room 2025-05-31 02:01:22 +09:00
parent 4e6c15f3c5
commit 89abfe99ea
1 changed files with 2 additions and 2 deletions

View File

@ -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`メソッドを使用して一度に複数のモデルを削除することをサポートしています。