Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
undefinedboy committed Jun 30, 2021
1 parent 5b98d05 commit 0e4bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ func (f *File) writeAtConcurrent(b []byte, off int64) (int, error) {
return len(b), nil
}

// WriteAt writess up to len(b) byte to the File at a given offset `off`. It returns
// WriteAt writes up to len(b) byte to the File at a given offset `off`. It returns
// the number of bytes written and an error, if any. WriteAt follows io.WriterAt semantics,
// so the file offset is not altered during the write.
func (f *File) WriteAt(b []byte, off int64) (written int, err error) {
Expand Down

0 comments on commit 0e4bd2a

Please sign in to comment.