lib/modules: fix typo

This commit is contained in:
Johannes Kirschbauer
2025-08-18 08:01:24 +02:00
parent 1fed6029c2
commit 4f802d935c
+1 -1
View File
@@ -1167,7 +1167,7 @@ let
if isDefined then
if type.merge ? v2 then
# check and merge share the same closure
# .headError is either non-present null or an error describing string
# .headError is either not-present, null, or a string describing the error
if checkedAndMerged.headError or null != null then
throw "A definition for option `${showOption loc}' is not of type `${type.description}'. TypeError: ${checkedAndMerged.headError.message}"
else