diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/readTree/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/readTree/default.nix b/nix/readTree/default.nix index 5468d41fd2c7..259f2f2fbfcd 100644 --- a/nix/readTree/default.nix +++ b/nix/readTree/default.nix @@ -127,7 +127,7 @@ let then nodeValue // allChildren // (marker parts allChildren) else nodeValue; - # Function can be used to find all readTree targets within an + # Function which can be used to find all readTree targets within an # attribute set. # # This function will gather physical targets, that is targets which |