Correct spelling in PipeConfig {Input,Output}BufferSize doc.

Signed-off-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
This commit is contained in:
Gabriel Aszalos
2020-11-23 23:01:29 +02:00
parent 5b44b70ab3
commit 68390cf0c2
+2 -2
View File
@@ -429,10 +429,10 @@ type PipeConfig struct {
// when the pipe is in message mode.
MessageMode bool
// InputBufferSize specifies the size the input buffer, in bytes.
// InputBufferSize specifies the size of the input buffer, in bytes.
InputBufferSize int32
// OutputBufferSize specifies the size the input buffer, in bytes.
// OutputBufferSize specifies the size of the output buffer, in bytes.
OutputBufferSize int32
}