Skip to content

Commit 1e2ae74

Browse files
committed
Update typos configuration to allow 'Missings'
- Add 'Missings' as legitimate Julia data type terminology - 'Missings' is the plural form of Julia's Missing data type - Used in data handling contexts to refer to multiple missing values - Prevents false positive spell check errors for legitimate Julia terminology
1 parent 6441fe9 commit 1e2ae74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.typos.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ ists = "ists"
88
ispcs = "ispcs"
99
eqs = "eqs"
1010
rhs = "rhs"
11-
MTK = "MTK"
11+
MTK = "MTK"
12+
13+
# Julia data handling terms
14+
Missings = "Missings" # Julia's Missing data type (plural form)

0 commit comments

Comments
 (0)