From 5a3a89bfa0af22e845e7e3b4887b6573efa8e085 Mon Sep 17 00:00:00 2001 From: Juhani Aronen Date: Tue, 2 Sep 2025 13:12:09 +0300 Subject: [PATCH] Update query-builder.rst Fixed a typo --- en/orm/query-builder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/orm/query-builder.rst b/en/orm/query-builder.rst index 60453bb04b..01df0c9796 100644 --- a/en/orm/query-builder.rst +++ b/en/orm/query-builder.rst @@ -337,7 +337,7 @@ You can access existing wrappers for several SQL functions through ``SelectQuery Defaults to returning date and time, but accepts 'time' or 'date' to return only those values. ``extract()`` - Returns the specified date part from the SQL expression. + Returns the specified data part from the SQL expression. ``dateAdd()`` Add the time unit to the date expression. ``dayOfWeek()``