Skip to content

Commit 876001c

Browse files
committed
Fix typo.
1 parent 93f877c commit 876001c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/any.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ impl TypeId {
446446
/// # Note
447447
///
448448
/// 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
449+
/// string returned are not specified, other than being a best-effort
450+
/// description of the type. For example, amongst the strings
451451
/// that `type_name::<Option<String>>()` might map to are `"Option<String>"` and
452452
/// `"std::option::Option<std::string::String>"`.
453453
///

0 commit comments

Comments
 (0)