Skip to content

Commit 297e537

Browse files
authored
Add missing parenthesis in features documentation (#17869)
1 parent bd95a6b commit 297e537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- [x] Filter (`WHERE`)
4444
- [x] Filter post-aggregate (`HAVING`)
4545
- [x] Sorting (`ORDER BY`)
46-
- [x] Limit (`LIMIT`
46+
- [x] Limit (`LIMIT`)
4747
- [x] Aggregate (`GROUP BY`)
4848
- [x] cast /try_cast
4949
- [x] [`VALUES` lists](https://www.postgresql.org/docs/current/queries-values.html)

0 commit comments

Comments
 (0)