Skip to content

Commit

Permalink
fix: Corrected class name in inheritedMembers block (#9648)
Browse files Browse the repository at this point in the history
Update class.header.tmpl.partial
  • Loading branch information
BattlefieldDuck authored Jan 27, 2024
1 parent aff89bf commit eec7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/modern/partials/class.header.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{{/inClass}}

{{#inheritedMembers.0}}
<dl class="typelist derived">
<dl class="typelist inheritedMembers">
<dt>{{__global.inheritedMembers}}</dt>
<dd>
{{/inheritedMembers.0}}
Expand Down

0 comments on commit eec7c0b

Please sign in to comment.