We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8adc48 commit 9dacf4bCopy full SHA for 9dacf4b
1 file changed
pipe/stage.go
@@ -24,7 +24,7 @@ import (
24
//
25
// From the point of view of the pipeline as a whole, if stdin is
26
// 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
+// stage to close it at all. This is arranged by passing a
28
// non-closing `InputStream` when it starts that stage. For stdout, it
29
// depends on whether the user supplied it using `WithStdout()` or
30
// `WithStdoutCloser()`, and in the former case provides the last
0 commit comments