Skip to content

Commit e854bb3

Browse files
Update documentation/src/main/asciidoc/querylanguage/Expressions.adoc
Co-authored-by: Gavin King <[email protected]>
1 parent 6804726 commit e854bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/querylanguage/Expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ select trunc(local datetime, hour)
787787
----
788788

789789
Truncating a date, time or datetime value means obtaining a value of the same type in which all temporal units smaller than `field` have been pruned.
790-
For hours, minutes and seconds this means setting them to `00`. For months and days, this means setting them to `01`.
790+
For hours, minutes, and seconds this means setting them to `00`. For months and days, this means setting them to `01`.
791791

792792
[[string-functions]]
793793
==== Functions for working with strings

0 commit comments

Comments
 (0)