Skip to content

Commit 8e48665

Browse files
committed
Auto merge of #10375 - tmandry:patch-1, r=alexcrichton
Fix unmatched backticks
2 parents c082648 + d80f49f commit 8e48665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/future-incompat-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ section in `.cargo/config`. Currently, the supported options are:
2020
frequency = FREQUENCY
2121
```
2222

23-
The supported values for `FREQUENCY` are 'always` and 'never', which control
23+
The supported values for `FREQUENCY` are `always` and `never`, which control
2424
whether or not a message is printed out at the end of `cargo build` / `cargo check`.

0 commit comments

Comments
 (0)