Skip to content

Commit b399729

Browse files
committed
trpl: fix link error
1 parent a7b8f5b commit b399729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! for the [broader Rust ecosystem](https://crates.io). It offers
1616
//! core types (e.g. [`Vec`](vec/index.html)
1717
//! and [`Option`](option/index.html)), library-defined [operations on
18-
//! language primitives](#primitive) (e.g. [`u32`](u32/index.html) and
18+
//! language primitives](#primitives) (e.g. [`u32`](u32/index.html) and
1919
//! [`str`](str/index.html)), [standard macros](#macros),
2020
//! [I/O](io/index.html) and [multithreading](thread/index.html), among
2121
//! [many other lovely

0 commit comments

Comments
 (0)