Fix typo.
This commit is contained in:
parent
93f877ce87
commit
876001c8ac
1 changed files with 2 additions and 2 deletions
|
|
@ -446,8 +446,8 @@ impl TypeId {
|
|||
/// # Note
|
||||
///
|
||||
/// This is intended for diagnostic use. The exact contents and format of the
|
||||
/// string retrned are not specified, other than being a best-effort description
|
||||
/// 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
|
||||
/// that `type_name::<Option<String>>()` might map to are `"Option<String>"` and
|
||||
/// `"std::option::Option<std::string::String>"`.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue