File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2516,7 +2516,7 @@ impl ItemSection {
2516
2516
Self :: OpaqueTypes => "Opaque Types" ,
2517
2517
Self :: AttributeMacros => "Attribute Macros" ,
2518
2518
Self :: DeriveMacros => "Derive Macros" ,
2519
- Self :: TraitAliases => "Trait aliases " ,
2519
+ Self :: TraitAliases => "Trait Aliases " ,
2520
2520
}
2521
2521
}
2522
2522
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use std::fmt::Debug;
8
8
// @has foo/all.html '//a[@href="traitalias.Alias2.html"]' 'Alias2'
9
9
// @has foo/all.html '//a[@href="traitalias.Foo.html"]' 'Foo'
10
10
11
- // @has foo/index.html '//h2[@id="trait-aliases"]' 'Trait aliases '
11
+ // @has foo/index.html '//h2[@id="trait-aliases"]' 'Trait Aliases '
12
12
// @has foo/index.html '//a[@class="traitalias"]' 'CopyAlias'
13
13
// @has foo/index.html '//a[@class="traitalias"]' 'Alias2'
14
14
// @has foo/index.html '//a[@class="traitalias"]' 'Foo'
You can’t perform that action at this time.
0 commit comments