diff options
author | Aspen Smith <grfn@gws.fyi> | 2023-11-30T13·27-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-11-30T14·40+0000 |
commit | 1481066cb78460649d55f9bfc0931740baee7e3f (patch) | |
tree | 627cc70d2aa0194c5f9fe5ab239a31e98c812de3 /nix/readTree | |
parent | f9727b6e93604e2380aa6462c9d695ce32cfaf21 (diff) |
fix(nix/readTree): Fix typo in docs r/7090
Change-Id: I65d6d1d99813d849a02369a0693893ced4681e7e Reviewed-on: https://cl.tvl.fyi/c/depot/+/10169 Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
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 15680082cd61..4a745ce33c13 100644 --- a/nix/readTree/default.nix +++ b/nix/readTree/default.nix @@ -2,7 +2,7 @@ # Copyright (c) 2020-2021 The TVL Authors # SPDX-License-Identifier: MIT # -# Provides a function to automatically read a a filesystem structure +# Provides a function to automatically read a filesystem structure # into a Nix attribute set. # # Called with an attribute set taking the following arguments: |