Skip to content

Commit 3ce19b4

Browse files
tweak wording of extern types
1 parent a3a2559 commit 3ce19b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/passes/calculate_doc_coverage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ fn table_name(type_: &ItemType) -> &'static str {
248248
ItemType::AssociatedType => "Associated Types",
249249
ItemType::Constant => "Constants",
250250
ItemType::AssociatedConst => "Associated Constants",
251-
ItemType::ForeignType => "Foreign Types",
251+
ItemType::ForeignType => "Extern Types",
252252
ItemType::Keyword => "Keywords",
253253
ItemType::Existential => "Existential Types",
254254
ItemType::TraitAlias => "Trait Aliases",

0 commit comments

Comments
 (0)