Skip to content

Commit

Permalink
docs: fix AIP-158 disablement example (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenx376 authored Oct 6, 2020
1 parent d7f33f4 commit d243c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/0158/response-repeated-first-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ above the field. Remember to also include an [aip.dev/not-precedent][] comment
explaining why.

```proto
// (-- api-linter: core::0158::response-repeated-first-field
// (-- api-linter: core::0158::response-repeated-first-field=disabled
// aip.dev/not-precedent: We need to do this because reasons. --)
message ListBooksResponse {
Book books = 1;
Expand Down

0 comments on commit d243c9d

Please sign in to comment.