Skip to content

Commit cf4bc03

Browse files
committed
autofix: fixes from CI
1 parent 41ea6db commit cf4bc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/postgraphile/smart-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ Applies to:
368368

369369
- Functions returning `SETOF` a table-like composite type (e.g. a table type,
370370
view, materialized view, etc, but _not_ a custom type): adds the `condition`
371-
argument to this connection, allowing to _filter_ the set by any of its
372-
scalar fields.
371+
argument to this connection, allowing to _filter_ the set by any of its scalar
372+
fields.
373373
- Computed column functions with no required parameters and returning a scalar
374374
or array: allows this function to be used as field in the `condition` argument
375375
for the parent table, allowing to _filter by_ this function's value the parent

0 commit comments

Comments
 (0)