We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f877c commit 876001cCopy full SHA for 876001c
src/libcore/any.rs
@@ -446,8 +446,8 @@ impl TypeId {
446
/// # Note
447
///
448
/// This is intended for diagnostic use. The exact contents and format of the
449
-/// string retrned are not specified, other than being a best-effort description
450
-/// of the type. For example, amongst the strings
+/// string returned are not specified, other than being a best-effort
+/// description of the type. For example, amongst the strings
451
/// that `type_name::<Option<String>>()` might map to are `"Option<String>"` and
452
/// `"std::option::Option<std::string::String>"`.
453
0 commit comments