Skip to content

Commit

Permalink
Map to -> return.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed May 12, 2020
1 parent 876001c commit 003ed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ impl TypeId {
/// This is intended for diagnostic use. The exact contents and format of the
/// string returned are not specified, other than being a best-effort
/// description of the type. For example, amongst the strings
/// that `type_name::<Option<String>>()` might map to are `"Option<String>"` and
/// that `type_name::<Option<String>>()` might return are `"Option<String>"` and
/// `"std::option::Option<std::string::String>"`.
///
/// The returned string must not be considered to be a unique identifier of a
Expand Down

0 comments on commit 003ed80

Please sign in to comment.