From 92b9efdf7b9951b77bfcd88219090dc299547a25 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Thu, 2 Nov 2023 12:28:46 -0700 Subject: [PATCH] fix docs syntax --- docs/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.md b/docs/models.md index d099ff45..91ef0a17 100644 --- a/docs/models.md +++ b/docs/models.md @@ -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",