mirror of
https://gitlab.com/TECHNOFAB/nixible.git
synced 2026-02-02 03:15:09 +01:00
fix(module): typo
This commit is contained in:
parent
1ac485e442
commit
259818ec96
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
name = "unset";
|
name = "unset";
|
||||||
description = "unset";
|
description = "unset";
|
||||||
descriptionClass = "noun";
|
descriptionClass = "noun";
|
||||||
check = value: isType "unset";
|
check = isType "unset";
|
||||||
};
|
};
|
||||||
unset = {
|
unset = {
|
||||||
_type = "unset";
|
_type = "unset";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue