Skip to content

Commit 5173e42

Browse files
committed
doc: Fix typo
Reported-by: Erik Rijkers <er@xs4all.nl>
1 parent bbcc4eb commit 5173e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9907,7 +9907,7 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0
99079907
</para>
99089908

99099909
<para>
9910-
In cases full units (1 minute, 1 hour, etc.), it gives the same result as
9910+
In the case of full units (1 minute, 1 hour, etc.), it gives the same result as
99119911
the analogous <function>date_trunc</function> call, but the difference is
99129912
that <function>date_bin</function> can truncate to an arbitrary interval.
99139913
</para>

0 commit comments

Comments
 (0)