diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-03T11·51+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-10-05T06·17+0000 |
commit | 45511004dfd1c902707e83c690065b49aad64264 (patch) | |
tree | 9777ac7b04e78a67df5e795f7944586de99fc9ea /tvix/nar-bridge/pkg | |
parent | 28d1b9c01d009424eed276f5689430897afd97ec (diff) |
docs(tvix/nar-bridge): fix typo in comment r/6701
Change-Id: I74f6892e089ed306ef93e78a39a25cf3738bb09f Reviewed-on: https://cl.tvl.fyi/c/depot/+/9536 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/nar-bridge/pkg')
-rw-r--r-- | tvix/nar-bridge/pkg/http/narinfo_get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nar-bridge/pkg/http/narinfo_get.go b/tvix/nar-bridge/pkg/http/narinfo_get.go index 91fe6c5603a2..a03aff7339fc 100644 --- a/tvix/nar-bridge/pkg/http/narinfo_get.go +++ b/tvix/nar-bridge/pkg/http/narinfo_get.go @@ -25,7 +25,7 @@ import ( "google.golang.org/grpc/status" ) -// renderNarinfo writes narinfo contents to a passes io.Writer, or a returns a +// renderNarinfo writes narinfo contents to a passed io.Writer, or a returns a // (wrapped) io.ErrNoExist error if something doesn't exist. // if headOnly is set to true, only the existence is checked, but no content is // actually written. |