Skip to content

Commit d1fb7bd

Browse files
committed
code review
1 parent cb78d8d commit d1fb7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-ref-syntax-qry-select-orderby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ORDER BY { expression [ sort_direction | nulls_sort_oder ] [ , ...] }
3131
<dl>
3232
<dt><code><em>ORDER BY</em></code></dt>
3333
<dd>
34-
Specifies a comma separated list of expressions along with optional parameters <code>sort_direction</code>
34+
Specifies a comma-separated list of expressions along with optional parameters <code>sort_direction</code>
3535
and <code>nulls_sort_order</code> which are used to sort the rows.
3636
</dd>
3737
<dt><code><em>sort_direction</em></code></dt>

0 commit comments

Comments
 (0)