Skip to content

Commit b32d923

Browse files
committed
Rollup merge of rust-lang#24772 - steveklabnik:gh24712, r=alexcrichton
FIxes rust-lang#24712
2 parents 6b7f2d2 + 15c3435 commit b32d923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! Traits for conversions between types.
1212
//!
1313
//! The traits in this module provide a general way to talk about conversions from one type to
14-
//! another. They follow the standard Rust conventions of `as`/`to`/`into`/`from`.
14+
//! another. They follow the standard Rust conventions of `as`/`into`/`from`.
1515
//!
1616
//! Like many traits, these are often used as bounds for generic functions, to support arguments of
1717
//! multiple types.

0 commit comments

Comments
 (0)