about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-03-14 05:37:07 +0200
committerTshepang Mbambo <tshepang@gmail.com>2023-03-14 05:50:20 +0200
commit3e6740a703d008423cb3da80f97bf5542bca1a0a (patch)
tree7f35ac8e6d2e137eb171cba5502abf280784da3c /src/doc/rustc-dev-guide
parent43fc233e13e615738b9c28144f99fad7b11a8171 (diff)
downloadrust-3e6740a703d008423cb3da80f97bf5542bca1a0a.tar.gz
rust-3e6740a703d008423cb3da80f97bf5542bca1a0a.zip
fix date-check annotation some more
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/rustdoc-internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals.md b/src/doc/rustc-dev-guide/src/rustdoc-internals.md
index 13c337c71dc..8f5d485fe59 100644
--- a/src/doc/rustc-dev-guide/src/rustdoc-internals.md
+++ b/src/doc/rustc-dev-guide/src/rustdoc-internals.md
@@ -108,7 +108,7 @@ Here is the list of passes as of <!-- date-check --> March 2023:
   - `bare_urls` detects links that are not linkified, e.g., in Markdown such as
     `Go to https://example.com/.` It suggests wrapping the link with angle brackets:
     `Go to <https://example.com/>.` to linkify it. This is the code behind the <!--
-    date-check: 2022-05 --> `rustdoc::bare_urls` lint.
+    date-check: may 2022 --> `rustdoc::bare_urls` lint.
   
   - `check_code_block_syntax` validates syntax inside Rust code blocks
     (<code>```rust</code>)