We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75234e5 + 52b93e0 commit 4eaa44bCopy full SHA for 4eaa44b
1 file changed
library/core/src/convert/mod.rs
@@ -11,7 +11,7 @@
11
//! - The [`TryFrom`] and [`TryInto`] traits behave like [`From`] and [`Into`],
12
//! but should be implemented when the conversion can fail.
13
//!
14
-//! The traits in this module are often used as trait bounds for generic functions such that to
+//! The traits in this module are often used as trait bounds for generic functions such that
15
//! arguments of multiple types are supported. See the documentation of each trait for examples.
16
17
//! As a library author, you should always prefer implementing [`From<T>`][`From`] or
0 commit comments