JsonSchema: fix typo [ci skip]

This commit is contained in:
李通洲
2024-07-17 16:00:59 +08:00
parent 63a0faa1d9
commit 6b7403281b
+1 -1
View File
@@ -581,7 +581,7 @@
"properties": {
"ndigits": {
"type": "integer",
"description": "Set the number of digits to keep after the decimal point when formatting frequency values\nA possitive value will show the frequency in GHz of decimal\n-1 will show the frequency in MHz",
"description": "Set the number of digits to keep after the decimal point when formatting frequency values\nA positive value will show the frequency in GHz of decimal\n-1 will show the frequency in MHz",
"minimum": -1,
"maximum": 9,
"default": 2