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 b6cc4604d0
commit 0e18184ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: add a special annotation before specifying the date:
```md ```md
<!-- date-check --> Jul 2022 <!-- date-check --> Jan 2023
``` ```
Example: Example:
```md ```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, For cases where the date should not be part of the visible rendered output,
use the following instead: use the following instead:
```md ```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 - A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide