tweak wording of extern types

This commit is contained in:
QuietMisdreavus
2019-02-21 16:02:21 -06:00
parent a3a255990e
commit 3ce19b4a2c

View File

@@ -248,7 +248,7 @@ fn table_name(type_: &ItemType) -> &'static str {
ItemType::AssociatedType => "Associated Types",
ItemType::Constant => "Constants",
ItemType::AssociatedConst => "Associated Constants",
ItemType::ForeignType => "Foreign Types",
ItemType::ForeignType => "Extern Types",
ItemType::Keyword => "Keywords",
ItemType::Existential => "Existential Types",
ItemType::TraitAlias => "Trait Aliases",