tweak wording of extern types
This commit is contained in:
parent
a3a255990e
commit
3ce19b4a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue