File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2527,7 +2527,7 @@ impl ItemSection {
25272527 Self :: OpaqueTypes => "Opaque Types" ,
25282528 Self :: AttributeMacros => "Attribute Macros" ,
25292529 Self :: DeriveMacros => "Derive Macros" ,
2530- Self :: TraitAliases => "Trait aliases " ,
2530+ Self :: TraitAliases => "Trait Aliases " ,
25312531 }
25322532 }
25332533}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use std::fmt::Debug;
88// @has foo/all.html '//a[@href="traitalias.Alias2.html"]' 'Alias2'
99// @has foo/all.html '//a[@href="traitalias.Foo.html"]' 'Foo'
1010
11- // @has foo/index.html '//h2[@id="trait-aliases"]' 'Trait aliases '
11+ // @has foo/index.html '//h2[@id="trait-aliases"]' 'Trait Aliases '
1212// @has foo/index.html '//a[@class="traitalias"]' 'CopyAlias'
1313// @has foo/index.html '//a[@class="traitalias"]' 'Alias2'
1414// @has foo/index.html '//a[@class="traitalias"]' 'Foo'
You can’t perform that action at this time.
0 commit comments