We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4673449 commit 90c4935Copy full SHA for 90c4935
docs/howto/vet.md
@@ -276,7 +276,7 @@ SELECT * FROM authors
276
WHERE id = ? LIMIT 1;
277
```
278
279
-To skip all rules for a query, you can provide the `@sqlc-vet-disable` annotation without any options.
+To skip all rules for a query, you can provide the `@sqlc-vet-disable` annotation without any parameters.
280
281
```sql
282
/* name: GetAuthor :one */
0 commit comments