Fix typo in Arithmetic (#24786)

Fix type in Arithmetic
This commit is contained in:
Bram Kragten 2025-03-26 16:13:11 +01:00 committed by GitHub
parent 615b228827
commit 97966805fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export interface Statistic {
export enum StatisticMeanType { export enum StatisticMeanType {
NONE = 0, NONE = 0,
ARIMETHIC = 1, ARITHMETIC = 1,
CIRCULAR = 2, CIRCULAR = 2,
} }

View File

@ -8129,7 +8129,7 @@
}, },
"mean_type": { "mean_type": {
"0": "None", "0": "None",
"1": "Arimethic", "1": "Arithmetic",
"2": "Circular" "2": "Circular"
}, },
"fix_issue": { "fix_issue": {