Skip to content

Commit 8307567

Browse files
committed
fix date-check annotation some more
1 parent 77d01ca commit 8307567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rustdoc-internals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Here is the list of passes as of <!-- date-check --> March 2023:
108108
- `bare_urls` detects links that are not linkified, e.g., in Markdown such as
109109
`Go to https://example.com/.` It suggests wrapping the link with angle brackets:
110110
`Go to <https://example.com/>.` to linkify it. This is the code behind the <!--
111-
date-check: 2022-05 --> `rustdoc::bare_urls` lint.
111+
date-check: may 2022 --> `rustdoc::bare_urls` lint.
112112

113113
- `check_code_block_syntax` validates syntax inside Rust code blocks
114114
(<code>```rust</code>)

0 commit comments

Comments
 (0)