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