fix(module): typo

This commit is contained in:
technofab 2025-12-31 18:34:13 +01:00
parent 1ac485e442
commit 259818ec96
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ

View file

@ -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";