Skip to content

Commit

Permalink
fix docs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 2, 2023
1 parent 98c1c1f commit 92b9efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ $options_table{
{
name = "returning",
default = "`nil`",
description = "Manually specify a list of columns to be returned from the query when issuing the update. These values will be assigned to the model instance object if the query completes successfully. Note that any updated fields that use `db.raw` will automatically use `returning` and it is not necessary to manually specify. A special value of `"*"` can be provided to cause every field to be returned with the update."
description = [[Manually specify a list of columns to be returned from the query when issuing the update. These values will be assigned to the model instance object if the query completes successfully. Note that any updated fields that use `db.raw` will automatically use `returning` and it is not necessary to manually specify. A special value of `"*"` can be provided to cause every field to be returned with the update.]]
},
{
name = "where",
Expand Down

0 comments on commit 92b9efd

Please sign in to comment.