Skip to content

Commit c0b2ad7

Browse files
committed
Fix an error
1 parent 702e324 commit c0b2ad7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/n1ql/pages/n1ql-language-reference/update.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ If you assign an alias to the keyspace reference, the `AS` keyword may be omitte
157157
[[use-clause]]
158158
=== USE Clause
159159

160-
You can use a `USE` clause to provide hints for the delete target.
160+
You can use a `USE` clause to provide hints for the update target.
161161

162162
The clause supports the following hints:
163163

164-
* `USE KEYS`: Specifies the keys of the data items to delete.
165-
* `USE INDEX`: Specifies the index to use for the delete operation.
164+
* `USE KEYS`: Specifies the keys of the data items to update.
165+
* `USE INDEX`: Specifies the index to use for the update operation.
166166

167167
For more information, see {use-clause}[USE Clause].
168168

0 commit comments

Comments
 (0)