diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-12-16T21·06-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-16T21·14+0000 |
commit | ca56cb2d9f3cf325cec61a394e16a8bdaedba4e2 (patch) | |
tree | d7d223dbdda9f7320a3d0acf3f01a528ea6e6fb4 /nix/readTree | |
parent | 3e18b034bb60ec92a8a501cc875a83c680babafb (diff) |
docs(nix/readTree): Tweak grammar of docs for `gather` r/3271
This seemed to be missing a word previously. Change-Id: Ifa860051d6b692a626dbaddbaee44b761f2274ff Reviewed-on: https://cl.tvl.fyi/c/depot/+/4386 Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'nix/readTree')
-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 |