Skip to content

Commit

Permalink
Fix the syntax explaining the warning attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Aug 13, 2024
1 parent 5b7af75 commit 14b112a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ To build all the examples in `src/`, run `make`.

- You can use `Set Warnings "-deprecated-syntactic-definition"` to achieve the
same effect as `-w -deprecated-syntactic-definition` from the command line,
but from within a Coq file. At least as of Coq 8.19 you can also use
`#[warning=-"-deprecated-syntactic-definition]` to disable the warning for one command.
but from within a Coq file. As of Coq 8.18 you can also use
`#[warning="-deprecated-syntactic-definition"]` to disable the warning for one command.

## Using Coq

Expand Down

0 comments on commit 14b112a

Please sign in to comment.