From 002ea5436041692ae5628506571d5f7ee240f8f3 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 26 Jan 2023 19:34:50 +0200 Subject: [PATCH] bumpt date-check examples to current month --- src/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contributing.md b/src/contributing.md index bc39508a4..c8f3d0ae7 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -390,20 +390,20 @@ Just a few things to keep in mind: add a special annotation before specifying the date: ```md - Jul 2022 + Jan 2023 ``` Example: ```md - As of Jul 2022, the foo did the bar. + As of 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 - + ``` - A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide