]> git.lizzy.rs Git - rust.git/commitdiff
tweak wording of extern types
authorQuietMisdreavus <grey@quietmisdreavus.net>
Thu, 21 Feb 2019 22:02:21 +0000 (16:02 -0600)
committerQuietMisdreavus <grey@quietmisdreavus.net>
Thu, 28 Feb 2019 22:11:21 +0000 (16:11 -0600)
src/librustdoc/passes/calculate_doc_coverage.rs

index 06f9a604ec83f32adfe98ef3f0a3881a9eacf4dc..f70de1ce9510e72e2c23e7d70a3fd618b06e3f3a 100644 (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",