docs: fix typos (#25085)
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
// Upgrade reads the configuration file at configPath and applies any
|
||||
// transformations necessary to Upgrade it to the current version. If this
|
||||
// transformations necessary to upgrade it to the current version. If this
|
||||
// succeeds, the transformed output is written to outputPath. As a special
|
||||
// case, if outputPath == "" the output is written to stdout.
|
||||
//
|
||||
|
||||
@@ -160,7 +160,7 @@ type BufferedPipe struct {
|
||||
|
||||
// buffer is the channel used to communicate buffer contents.
|
||||
buffer chan []byte
|
||||
// stated is true if this BufferedPipe has been started.
|
||||
// started is true if this BufferedPipe has been started.
|
||||
started bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user