We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d70f288 + 9583398 commit aaf264bCopy full SHA for aaf264b
src/libcore/convert.rs
@@ -129,7 +129,7 @@ pub const fn identity<T>(x: T) -> T { x }
129
/// # Examples
130
///
131
/// By using trait bounds we can accept arguments of different types as long as they can be
132
-/// converted a the specified type `T`.
+/// converted to the specified type `T`.
133
134
/// For example: By creating a generic function that takes an `AsRef<str>` we express that we
135
/// want to accept all references that can be converted to `&str` as an argument.
0 commit comments