Commit 686d699e authored by Francisco Souza's avatar Francisco Souza Committed by Rob Pike

io: minor change in io.WriteAt docs.

R=adg, bradfitz
CC=golang-dev
https://golang.org/cl/5787048
parent 5827dd05
......@@ -179,7 +179,7 @@ type ReaderAt interface {
// seek offset.
//
// Clients of WriteAt can execute parallel WriteAt calls on the same
// destination if the ranges are not overlapping.
// destination if the ranges do not overlap.
type WriterAt interface {
WriteAt(p []byte, off int64) (n int, err error)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment