Skip to content

Commit ead9a6d

Browse files
committed
Rollup merge of #27426 - FuGangqiang:master, r=alexcrichton
2 parents 548d552 + b399729 commit ead9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

+1-1
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)