mirror of
https://github.com/minio/minio.git
synced 2025-02-04 10:26:01 -05:00
Fix typo in comments (#8704)
This commit is contained in:
parent
c31e67dcce
commit
b2044dd22f
@ -30,7 +30,7 @@ import (
|
|||||||
const defaultAppendBufferSize = humanize.MiByte
|
const defaultAppendBufferSize = humanize.MiByte
|
||||||
|
|
||||||
// WriteOnCloser implements io.WriteCloser and always
|
// WriteOnCloser implements io.WriteCloser and always
|
||||||
// exectues at least one write operation if it is closed.
|
// executes at least one write operation if it is closed.
|
||||||
//
|
//
|
||||||
// This can be useful within the context of HTTP. At least
|
// This can be useful within the context of HTTP. At least
|
||||||
// one write operation must happen to send the HTTP headers
|
// one write operation must happen to send the HTTP headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user