bumpt date-check examples to current month (#1566)

This commit is contained in:
Tshepang Mbambo 2023-01-27 00:51:28 +02:00 committed by GitHub
parent e8b989eb3b
commit 710cc3eb66
1 changed files with 3 additions and 3 deletions

View File

@ -390,20 +390,20 @@ Just a few things to keep in mind:
add a special annotation before specifying the date:
```md
<!-- date-check --> Jul 2022
<!-- date-check --> Jan 2023
```
Example:
```md
As of <!-- date-check --> Jul 2022, the foo did the bar.
As of <!-- date-check --> Jan 2023, the foo did the bar.
```
For cases where the date should not be part of the visible rendered output,
use the following instead:
```md
<!-- date-check: Jul 2022 -->
<!-- date-check: Jan 2023 -->
```
- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide