Skip to content

Commit 9dacf4b

Browse files
znullCopilot
andauthored
fix comment typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f8adc48 commit 9dacf4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipe/stage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
//
2525
// From the point of view of the pipeline as a whole, if stdin is
2626
// provided by the user (`WithStdin()`), then we don't want the first
27-
// stage to close it at all. This is arranged by by passing a
27+
// stage to close it at all. This is arranged by passing a
2828
// non-closing `InputStream` when it starts that stage. For stdout, it
2929
// depends on whether the user supplied it using `WithStdout()` or
3030
// `WithStdoutCloser()`, and in the former case provides the last

0 commit comments

Comments
 (0)