diff options
Diffstat (limited to 'lib/path/default.nix')
| -rw-r--r-- | lib/path/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/path/default.nix b/lib/path/default.nix index a03f6a04cafd..6736e7ab5beb 100644 --- a/lib/path/default.nix +++ b/lib/path/default.nix @@ -40,7 +40,7 @@ let isValid ; - # Return the reason why a subpath is invalid, or `null` if it's valid + # Returns the reason why a subpath is invalid, or `null` if it's valid subpathInvalidReason = value: if !isString value then |
