docs(tvix/nar-bridge): fix typo in comment

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
This commit is contained in:
Florian Klink 2023-10-03 14:51:07 +03:00 committed by flokli
parent 28d1b9c01d
commit 45511004df

View file

@ -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.