Skip to content

Commit

Permalink
Fix type primitive
Browse files Browse the repository at this point in the history
Co-authored-by: Duddino <[email protected]>
  • Loading branch information
JSKitty and Duddino authored Sep 4, 2023
1 parent 2e90bd7 commit c43bb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class Settings {
*/
displayDecimals;
/**
* @type {Boolean} Whether Advanced Mode is enabled or disabled
* @type {boolean} Whether Advanced Mode is enabled or disabled
*/
advancedMode;
constructor({
Expand Down

0 comments on commit c43bb8d

Please sign in to comment.