Skip to content

Commit 0e18184

Browse files
authored
bumpt date-check examples to current month (#1566)
1 parent b6cc460 commit 0e18184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/contributing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -390,20 +390,20 @@ Just a few things to keep in mind:
390390
add a special annotation before specifying the date:
391391

392392
```md
393-
<!-- date-check --> Jul 2022
393+
<!-- date-check --> Jan 2023
394394
```
395395

396396
Example:
397397

398398
```md
399-
As of <!-- date-check --> Jul 2022, the foo did the bar.
399+
As of <!-- date-check --> Jan 2023, the foo did the bar.
400400
```
401401

402402
For cases where the date should not be part of the visible rendered output,
403403
use the following instead:
404404

405405
```md
406-
<!-- date-check: Jul 2022 -->
406+
<!-- date-check: Jan 2023 -->
407407
```
408408

409409
- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide

0 commit comments

Comments
 (0)