lib.fileset: Minor internal type doc fix

This commit is contained in:
Silvan Mosberger 2023-09-13 22:27:04 +02:00
parent 7d4eb3f1b7
commit 7c6b0b107a

View File

@ -97,7 +97,7 @@ rec {
# Coerce a value to a fileset, erroring when the value cannot be coerced.
# The string gives the context for error messages.
# Type: String -> Path -> fileset
# Type: String -> (fileset | Path) -> fileset
_coerce = context: value:
if value._type or "" == "fileset" then
if value._internalVersion > _currentVersion then