Skip to content

Commit

Permalink
Fix incorrect comment formatting in BiographyTab.java
Browse files Browse the repository at this point in the history
Updated comment structure to properly close the HTML list with </ul>. This resolves a minor inconsistency in the documentation, ensuring clearer code readability and maintainability.
  • Loading branch information
IllianiCBT committed Jan 14, 2025
1 parent 5cf5667 commit 8a25c54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,10 @@ private JPanel createAnniversariesPanel() {

/**
* Creates and lays out the Backgrounds tab, which includes:
* <ul>
* <li>Settings for enabling randomized personalities and relationships.</li>
* <li>Random origin configurations such as faction specificity and distance scaling.</li>
*
* </ul>
*
* @return A `JPanel` representing the Backgrounds tab in the campaign options dialog.
*/
Expand Down

0 comments on commit 8a25c54

Please sign in to comment.