Skip to content

Commit

Permalink
Fix for typo in tables.xml's headers.
Browse files Browse the repository at this point in the history
The header for the Headers section had a 'name-value' where it meant
to have a 'head-value'.
  • Loading branch information
gerph committed Aug 19, 2023
1 parent 58addcf commit eb30483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@

<category title="Headers">
<p>
<definition-table head-name="Meta name" name-value="Meta meaning">
<definition-table head-name="Meta name" head-value="Meta meaning">
<definition name="Foo">Some important definition</definition>
<definition name="Bar">Another definition</definition>
</definition-table>
Expand Down

0 comments on commit eb30483

Please sign in to comment.