From d80f49f9b5e2fc5e86b5a69722c7e7d37d589497 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Wed, 9 Feb 2022 11:50:03 -0800 Subject: [PATCH] Fix unmatched backticks --- src/doc/src/reference/future-incompat-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.