Skip to content
Merged
Prev Previous commit
Next Next commit
Slight term change in vet docs.
  • Loading branch information
rhodeon authored and kyleconroy committed Nov 25, 2024
commit a82fcb4be960a973019c77f89b2e5ec0e2e62cfe
2 changes: 1 addition & 1 deletion docs/howto/vet.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ SELECT * FROM authors
WHERE id = ? LIMIT 1;
```

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.

```sql
/* name: GetAuthor :one */
Expand Down