Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Oct 20, 2024
1 parent a2eda47 commit e2e88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/hi-level-api/crud-operations/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for {
### `put` query combinators

```scala
<PUT_QUERY>
<UPDATE_QUERY>
.returns(<ReturnValues>) // ReturnValues.AllNew | ReturnValues.AllOld | ReturnValues.None <default>
.where(<ConditionExpression>)
```

0 comments on commit e2e88c1

Please sign in to comment.