mirror of
https://github.com/golang/go
synced 2024-11-24 22:47:58 -07:00
compress/flate: fix typo in comment.
R=golang-dev, nigeltao_gnome, nigeltao CC=golang-dev https://golang.org/cl/3334041
This commit is contained in:
parent
4e69976a60
commit
387d58e790
@ -47,7 +47,7 @@ func (e *ReadError) String() string {
|
|||||||
// A WriteError reports an error encountered while writing output.
|
// A WriteError reports an error encountered while writing output.
|
||||||
type WriteError struct {
|
type WriteError struct {
|
||||||
Offset int64 // byte offset where error occurred
|
Offset int64 // byte offset where error occurred
|
||||||
Error os.Error // error returned by underlying Read
|
Error os.Error // error returned by underlying Write
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *WriteError) String() string {
|
func (e *WriteError) String() string {
|
||||||
|
Loading…
Reference in New Issue
Block a user