Skip to content

Commit a0a83bc

Browse files
authored
date-check rdg contribution section
1 parent d7794fb commit a0a83bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/contributing.md

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

397397
```md
398-
<!-- date-check --> Sep 2024
398+
<!-- date-check --> Apr 2025
399399
```
400400

401401
Example:
402402

403403
```md
404-
As of <!-- date-check --> Sep 2024, the foo did the bar.
404+
As of <!-- date-check --> Apr 2025, the foo did the bar.
405405
```
406406

407407
For cases where the date should not be part of the visible rendered output,
408408
use the following instead:
409409

410410
```md
411-
<!-- date-check: Sep 2024 -->
411+
<!-- date-check: Apr 2025 -->
412412
```
413413

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

0 commit comments

Comments
 (0)