Skip to content

Commit 74df590

Browse files
committed
Fix missing words
https://xkcd.com/1296/
1 parent 7d3b017 commit 74df590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2020-09-11-stabilizing-intra-doc-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ team: the rustdoc team <https://www.rust-lang.org/governance/teams/dev-tools#rus
66

77
# Intra-doc links close to stabilization
88

9-
We're excited to share that
9+
We're excited to share that intra-doc links are stabilizing soon!
1010

1111
[Intra-doc links] are a feature of `rustdoc` that allow you to link to '[items]' - functions, types, and more - by their name, instead of a hard-coded url. This lets you have accurate links even if your types are [re-exported in a different module or crate][broken-string-links]. Here is a simple example:
1212

0 commit comments

Comments
 (0)