diff --git a/src/doc/src/reference/future-incompat-report.md b/src/doc/src/reference/future-incompat-report.md index 5ec93618fbd..703536ed35e 100644 --- a/src/doc/src/reference/future-incompat-report.md +++ b/src/doc/src/reference/future-incompat-report.md @@ -20,5 +20,5 @@ section in `.cargo/config`. Currently, the supported options are: frequency = FREQUENCY ``` -The supported values for `FREQUENCY` are 'always` and 'never', which control +The supported values for `FREQUENCY` are `always` and `never`, which control whether or not a message is printed out at the end of `cargo build` / `cargo check`.