This commit is contained in:
Aliaksandr Valialkin
2016-02-05 17:46:49 +02:00
parent 700a838f12
commit ec922ac0b8
+1 -1
View File
@@ -28,7 +28,7 @@ func NewPipeConns() *PipeConns {
//
// PipeConns must be created by calling NewPipeConns.
//
// PipeConns have the following additional features comparing to connections
// PipeConns has the following additional features comparing to connections
// returned from net.Pipe():
//
// * It is faster.