Change name for ItemType::Impl to Implementation(s)

This commit is contained in:
Robin Krahl 2020-07-24 00:11:03 +02:00
parent f709a0d46d
commit 162cae5bee
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8

View File

@ -225,7 +225,7 @@ impl ItemType {
ItemType::Typedef => "Typedef",
ItemType::Static => "Static",
ItemType::Trait => "Trait",
ItemType::Impl => "Impl",
ItemType::Impl => "Implementation",
ItemType::TyMethod => "Required Method",
ItemType::Method => "Method",
ItemType::StructField => "Field",
@ -287,7 +287,7 @@ impl ItemType {
ItemType::Typedef => "Typedefs",
ItemType::Static => "Statics",
ItemType::Trait => "Traits",
ItemType::Impl => "Impls",
ItemType::Impl => "Implementations",
ItemType::TyMethod => "Required Methods",
ItemType::Method => "Methods",
ItemType::StructField => "Fields",