mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix typo by removing extra 'to'
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
//! - The [`TryFrom`] and [`TryInto`] traits behave like [`From`] and [`Into`],
|
||||
//! but should be implemented when the conversion can fail.
|
||||
//!
|
||||
//! 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
|
||||
//! arguments of multiple types are supported. See the documentation of each trait for examples.
|
||||
//!
|
||||
//! As a library author, you should always prefer implementing [`From<T>`][`From`] or
|
||||
|
||||
Reference in New Issue
Block a user