Skip to content

Commit

Permalink
Merge pull request #558 from Lilja/patch-1
Browse files Browse the repository at this point in the history
Fix typo in request-interfaces.go
  • Loading branch information
puellanivis committed Oct 2, 2023
2 parents 669003c + b2b4a87 commit 3a25fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request-interfaces.go
Expand Up @@ -30,7 +30,7 @@ type FileReader interface {
// FileWriter should return an io.WriterAt for the filepath.
//
// The request server code will call Close() on the returned io.WriterAt
// ojbect if an io.Closer type assertion succeeds.
// object if an io.Closer type assertion succeeds.
// Note in cases of an error, the error text will be sent to the client.
// Note when receiving an Append flag it is important to not open files using
// O_APPEND if you plan to use WriteAt, as they conflict.
Expand Down

0 comments on commit 3a25fef

Please sign in to comment.