Skip to content

Commit 7a16c28

Browse files
committed
Slight term change in vet docs.
1 parent c34534c commit 7a16c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/vet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ SELECT * FROM authors
276276
WHERE id = ? LIMIT 1;
277277
```
278278

279-
To skip all rules for a query, you can provide the `@sqlc-vet-disable` annotation without any options.
279+
To skip all rules for a query, you can provide the `@sqlc-vet-disable` annotation without any parameters.
280280

281281
```sql
282282
/* name: GetAuthor :one */

0 commit comments

Comments
 (0)