Merge pull request #2330 from rust-lang/tshepang-patch-5

date-check rdg contribution section
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index 2df6e9d..7946c44 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -395,20 +395,20 @@
     add a special annotation before specifying the date:
 
     ```md
-    <!-- date-check --> Sep 2024
+    <!-- date-check --> Apr 2025
     ```
 
     Example:
 
     ```md
-    As of <!-- date-check --> Sep 2024, the foo did the bar.
+    As of <!-- date-check --> Apr 2025, 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: Sep 2024 -->
+    <!-- date-check: Apr 2025 -->
     ```
 
   - A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide